Inheritance: ILoggerFactory
Exemplo n.º 1
0
 public NamedLogger(string name, DefaultLoggerFactory defaultLoggerFactory)
 {
     this.name = name;
     this.defaultLoggerFactory = defaultLoggerFactory;
 }
Exemplo n.º 2
0
 public NamedLogger(string name, DefaultLoggerFactory defaultLoggerFactory)
 {
     this.name = name;
     this.defaultLoggerFactory = defaultLoggerFactory;
 }