Log Methods |
The Log type exposes the following members.
Name | Description | |
---|---|---|
Debug |
Logs a debug message.
| |
Error |
Logs an error of an unknown type.
| |
Incoming |
Logs an incoming message.
| |
Info |
Logs an information message.
| |
LogError | Obsolete. | |
LogException(Exception) |
Logs an exception.
| |
LogException(String, Exception) | Obsolete. | |
LogException(Exception, String, Object) |
Logs an exception with an accompanying string message describing the current exception.
| |
LogStatus | Obsolete. | |
LogWarning | Obsolete. | |
Outgoing |
Logs an outgoing message.
| |
Trace |
Logs a trace message for debugging purposes.
| |
Warn |
Logs a warning message.
| |
WithCategory |
Creates a logger with an associated category.
|