Exemplo n.º 1
0
 public TimekeeperLogger(string name, TimekeeperLoggerConfiguration config)
 {
     _name   = name;
     _config = config;
 }
Exemplo n.º 2
0
 public TimekeeperLoggerProvider(TimekeeperLoggerConfiguration config)
 {
     _config = config;
 }