ILogger Methods | ![]() |
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Debug |
Logs a debug message.
|
![]() | Error |
Logs an unknown error message.
|
![]() | Incoming |
Logs an incoming message.
|
![]() | Info |
Logs an information message.
|
![]() | LogException(Exception) |
Logs an exception.
|
![]() | LogException(Exception, String, Object) |
Logs an exception with an accompanying string message describing the current exception.
|
![]() | Outgoing |
Logs an outgoing message.
|
![]() | Trace |
Logs a trace message for debugging purposes.
|
![]() | Warn |
Logs a warning message.
|
![]() | WithCategory |
Creates an ILogger with an associated category.
|
![]() | WithRequest |
Creates an ILogger with an associated Request ID and RequestStringDelegate.
|
![]() | WriteEntry |
Logs a LogEntry.
|