public TimekeeperLogger(string name, TimekeeperLoggerConfiguration config)
 {
     _name   = name;
     _config = config;
 }
Exemple #2
0
 public TimekeeperLoggerProvider(TimekeeperLoggerConfiguration config)
 {
     _config = config;
 }