![]() |
Atlas-Cronos 7.6.0
|
Class for monitoring events from Atlas Live. More...
Public Member Functions | |
| void | WriteToLog (LogLevel level, string message) |
| Write event to the log file. | |
| void | WriteToLog (string message) |
| Write event to the log file. Used LogLevel is Level.Information. | |
Properties | |
| static LogWriter | Instance [get] |
| A LogWriter instance that exposes a single instance. | |
| AtlasLog | AtlasLog [get] |
| Log interface to be used when an event occurs. Implement the ILogger interface in your application and attach it to AtlasLog. | |
Events | |
| EventHandler< LogEventArgs > | Updated |
| Event fired when a new log message is ready. | |
Class for monitoring events from Atlas Live.
Atlas does not create any log files.
|
inline |
Write event to the log file.
| level | Log level |
| message | The message to write to the log |
|
inline |
Write event to the log file. Used LogLevel is Level.Information.
| message | The message to write to the log |