|
| enum | LogSeverity { Info
, Trace
, Warning
, Error
} |
|
|
static void | Print (LogSeverity logSeverity, string message) |
|
static void | Print (string message) |
|
static void | PrintInfo (string message) |
|
static void | PrintTrace (string message) |
|
static void | PrintWarning (string message) |
|
static void | PrintError (string message) |
The documentation for this class was generated from the following file:
- /github/workspace/plugins/Grindstone.Script.CSharp/CSharpCore/Utils/Logger.cs