The down side of adding the log4net member to the base class is that being used only from the calling base class thus its in his namespace - this reduce the usability of the logging mechanism because when you log you want to have control over the logs and there namespaces (for filtering)."Kamoski,
After adding the new level how can you write to it, for example if i created level "audit"
i dont have log4net.Audittrail(...)
Thanks??Nicko Cadell <[EMAIL PROTECTED]> wrote:
Henrik,You can create a new Level using the Level(int,string) constructor. Aslong as the level is registered with the