Logger Class |
Namespace: Demo3D.Common
public static class Logger
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).
|
| Name | Description | |
|---|---|---|
| LogListeners |
When calling Log(String), Log(String, String) or Log(String, String, Object), if
this event is not null, then call any of the LoggerLogDelegate contained. Otherwise log to the Demo3D log file.
|