Ejemplo n.º 1
0
 public LoggingService()
 {
     buffer = new LogBuffer();
       loggers = new Dictionary<string, Logger>();
 }
Ejemplo n.º 2
0
 public LoggingService()
 {
     buffer  = new LogBuffer();
     loggers = new Dictionary <string, Logger>();
 }
Ejemplo n.º 3
0
 internal Logger( String loggerName, LogBuffer logBuffer )
 {
   this.loggerName = loggerName;
   this.logBuffer = logBuffer;
 }
Ejemplo n.º 4
0
 internal Logger(String loggerName, LogBuffer logBuffer)
 {
     this.loggerName = loggerName;
     this.logBuffer  = logBuffer;
 }