[Missing <summary> documentation for "T:Casewhere.Infrastructure.Logging.ILogger"]
Namespace: Casewhere.Infrastructure.LoggingAssembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxThe ILogger type exposes the following members.
Methods | Name | Description |
---|
 | Debug(String) | |
 | Debug(String, Object) | |
 | Debug(Exception, String, Object) | |
 | Error(String) | |
 | Error(String, Object) | |
 | Error(Exception, String, Object) | |
 | Fatal(String) | |
 | Fatal(String, Object) | |
 | Fatal(Exception, String, Object) | |
 | ForContext | |
 | Info(String) | |
 | Info(String, Object) | |
 | Info(Exception, String, Object) | |
 | SetSystemLogWriteProtector | |
 | Verbose(String) | |
 | Verbose(String, Object) | |
 | Verbose(Exception, String, Object) | |
 | Warning(String) | |
 | Warning(String, Object) | |
 | Warning(Exception, String, Object) | |
Top
See Also