Ejemplo n.º 1
0
 public CustomLogger(string name, ThrowExceptionAt throwExceptionAt, List <string> store)
 {
     _name             = name;
     _throwExceptionAt = throwExceptionAt;
     _store            = store;
 }
Ejemplo n.º 2
0
 public CustomLoggerProvider(string providerName, ThrowExceptionAt throwExceptionAt, List<string> store)
 {
     _providerName = providerName;
     _throwExceptionAt = throwExceptionAt;
     _store = store;
 }
Ejemplo n.º 3
0
 public CustomLoggerProvider(string providerName, ThrowExceptionAt throwExceptionAt, List <string> store)
 {
     _providerName     = providerName;
     _throwExceptionAt = throwExceptionAt;
     _store            = store;
 }
Ejemplo n.º 4
0
 public CustomLogger(string name, ThrowExceptionAt throwExceptionAt, List<string> store)
 {
     _name = name;
     _throwExceptionAt = throwExceptionAt;
     _store = store;
 }