Exemplo n.º 1
0
 static LoggingLogWrittenEvent()
 {
     string[] counterNames = new string[] {LoggingServiceEvent.counters[(int)CounterID.LogWritten].CounterName};
     logEvent = new LoggingLogWrittenEvent(counterNames);
     writerLock = new ReaderWriterLock();
 }
Exemplo n.º 2
0
 static LoggingLogWrittenEvent()
 {
     string[] counterNames = new string[] {LoggingServiceEvent.counters[(int)CounterID.LogWritten].CounterName};
     logEvent = new LoggingLogWrittenEvent(counterNames);
     writerLock = new ReaderWriterLock();
 }