예제 #1
0
 public override void ActivateOptions()
 {
     base.ActivateOptions();
     loggingEventHelper = new LoggingEventHelper(InternalLoggerName, DefaultFixFlags);
     InitializeAppenders();
 }
 public override void ActivateOptions()
 {
     base.ActivateOptions();
     loggingEventHelper = new LoggingEventHelper(InternalLoggerName, DefaultFixFlags);
     InitializeAppenders();
 }
예제 #3
0
 public override void ActivateOptions()
 {
     base.ActivateOptions();
     m_LoggingEventHelper = new LoggingEventHelper(InternalLoggerName, Fix);
     InitializeAppenders();
 }