Logger Methods |
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Log(String) | Log a message with no category or context data. | |
| Log(String, String) | Log a message with a category, but no context data. | |
| Log(String, String, Object) | Log a message with a category and context data (e.g. an Exception, a Visual, etc). |