DebugLoggerManager to log message and set a timestamp on it.
More...
DebugLoggerManager to log message and set a timestamp on it.
| void DebugLoggerManager.Awake |
( |
) | |
|
| string DebugLoggerManager.logDebug |
( |
string |
message) | |
|
Logs the debug.
- Returns
- The debug.
- Parameters
-
| string DebugLoggerManager.logError |
( |
string |
message) | |
|
Logs the error.
- Returns
- The error.
- Parameters
-
| string DebugLoggerManager.logWarning |
( |
string |
message) | |
|
Logs the warning.
- Returns
- The warning.
- Parameters
-
| bool DebugLoggerManager.SHOW_LOG = false |
|
static |
Show the log by default on screen.
| Color DebugLoggerManager.guiColor |
|
getset |
Gets or sets the color of the GUI.
The color of the GUI.
| int DebugLoggerManager.maxLines |
|
getset |
Gets or sets the max lines.
The max lines.
| Rect DebugLoggerManager.position |
|
getset |
Gets or sets the position.
The position.
The documentation for this class was generated from the following file: