Log Class |
Namespace: Nova
public static class Log
The Log type exposes the following members.
Name | Description | |
---|---|---|
DetailWriteLine |
Log a message if detailed logging is enabled.
| |
Exception |
Log an exception (also returns the generic message that was logged).
| |
SetLogWriteLineCallback |
Set the callback method that gets called for each log entry.
| |
WriteLine |
Log a message, with an optional tooltip to display detailed information in a UI.
|