Static helper class for logging.
More...
|
enum | LogLevel { Info,
Warning,
Error,
Silent
} |
|
|
static void | Info (object obj) |
|
static void | Info (string format, params object[] args) |
|
static void | Warning (object obj) |
|
static void | Warning (string format, params object[] args) |
|
static void | Error (object obj) |
|
static void | Error (string format, params object[] args) |
|
|
static LogLevel | Level = LogLevel.Warning |
| All messages below this level are discarded. This value is automatically set by the GameJoltAPI class. More...
|
|
Static helper class for logging.
◆ Level
LogLevel GameJolt.API.LogHelper.Level = LogLevel.Warning |
|
static |
All messages below this level are discarded. This value is automatically set by the GameJoltAPI class.
The documentation for this class was generated from the following file:
- D:/Dev/Unity/AssetStore/GameJoltAPI/Assets/Plugins/GameJolt/Scripts/API/LogHelper.cs