static LoggingLogDistributedEvent()
 {
     string[] counterNames = new string[] { LoggingServiceEvent.counters[(int)CounterID.LogDistributed].CounterName };
     loggingEvent = new LoggingLogDistributedEvent(counterNames);
     writerLock   = new ReaderWriterLock();
 }
Пример #2
0
 static LoggingLogDistributedEvent()
 {
     string[] counterNames = new string[] {LoggingServiceEvent.counters[(int)CounterID.LogDistributed].CounterName};
     loggingEvent = new LoggingLogDistributedEvent(counterNames);
     writerLock = new ReaderWriterLock();
 }