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