RE: Poll: mission-critical use of log4net

2004-11-26 Thread therealdavidovitz-log4net
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,

RE: Adding custom level

2004-08-11 Thread therealdavidovitz-log4net
  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