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