![]() |
Unity SDK Docs 1.5.0.beta.7
|
The Logger. More...
Static Public Member Functions | |
| static void | Debug (string m, params object[] list) |
| DEBUG logging function call. | |
| static void | Error (string m, params object[] list) |
| ERROR logging function call. | |
| static void | Info (string m, params object[] list) |
| INFO logging function call. | |
| static void | Verbose (string m, params object[] list) |
| VERBOSE logging function call. | |
| static void | Warn (string m, params object[] list) |
| WARN logging function call. | |
Static Public Attributes | |
| const int | DEBUG_LEVEL = 1 |
| DEBUG logging level as an int. | |
| const int | ERROR_LEVEL = 4 |
| ERROR logging level as an int. | |
| const int | INFO_LEVEL = 2 |
| INFO logging level as an int. | |
| const int | VERBOSE_LEVEL = 0 |
| VERBOSE logging level as an int. | |
| const int | WARN_LEVEL = 3 |
| WARN logging level as an int. | |
| const int | DISABLED = 5 |
| DISABLED logging level as an int. | |
Properties | |
| static string | TAG [get, set] |
| Gets or sets the logging tag. | |
| static int | LogLevel [get, set] |
| Gets or sets the logging level. | |
| Properties inherited from TiltFive.Singleton< T > | |
| static T | Instance [get] |
Additional Inherited Members | |
| Protected Member Functions inherited from TiltFive.Singleton< T > | |
| Singleton () | |
The Logger.
|
static |
DEBUG logging function call.
| m | The string message to log. |
| list | Optional ist of input parameters to m , when following string.Format rules. |
|
static |
ERROR logging function call.
| m | The string message to log. |
| list | Optional ist of input parameters to m , when following string.Format rules. |
|
static |
INFO logging function call.
| m | The string message to log. |
| list | Optional ist of input parameters to m , when following string.Format rules. |
|
static |
VERBOSE logging function call.
| m | The string message to log. |
| list | Optional ist of input parameters to m , when following string.Format rules. |
|
static |
WARN logging function call.
| m | The string message to log. |
| list | Optional ist of input parameters to m , when following string.Format rules. |
|
static |
DEBUG logging level as an int.
|
static |
DISABLED logging level as an int.
|
static |
ERROR logging level as an int.
|
static |
INFO logging level as an int.
|
static |
VERBOSE logging level as an int.
|
static |
WARN logging level as an int.
|
staticgetset |
Gets or sets the logging level.
The log level.
|
staticgetset |
Gets or sets the logging tag.
The tag.