...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
/*The logger have tehthe following options:*/ Log.LogInfo("This is an info message"); Log.LogDebug("This is a debug message"); Log.LogWarn("This is a warning message"); Log.LogException(new Exception("This is an exception message")); |
...