The Logger.
More...
|
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.
|
|
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.
|
|
static string | TAG [get, set] |
| Gets or sets the logging tag.
|
static int | LogLevel [get, set] |
| Gets or sets the logging level.
|
static T | Instance [get] |
◆ Debug()
void TiltFive.Logging.Log.Debug |
( |
string | m, |
|
|
params object[] | list ) |
|
inlinestatic |
DEBUG logging function call.
- Parameters
-
m | The string message to log. |
list | Optional ist of input parameters to m , when following string.Format rules. |
◆ Error()
void TiltFive.Logging.Log.Error |
( |
string | m, |
|
|
params object[] | list ) |
|
inlinestatic |
ERROR logging function call.
- Parameters
-
m | The string message to log. |
list | Optional ist of input parameters to m , when following string.Format rules. |
◆ Info()
void TiltFive.Logging.Log.Info |
( |
string | m, |
|
|
params object[] | list ) |
|
inlinestatic |
INFO logging function call.
- Parameters
-
m | The string message to log. |
list | Optional ist of input parameters to m , when following string.Format rules. |
◆ Verbose()
void TiltFive.Logging.Log.Verbose |
( |
string | m, |
|
|
params object[] | list ) |
|
inlinestatic |
VERBOSE logging function call.
- Parameters
-
m | The string message to log. |
list | Optional ist of input parameters to m , when following string.Format rules. |
◆ Warn()
void TiltFive.Logging.Log.Warn |
( |
string | m, |
|
|
params object[] | list ) |
|
inlinestatic |
WARN logging function call.
- Parameters
-
m | The string message to log. |
list | Optional ist of input parameters to m , when following string.Format rules. |
◆ DEBUG_LEVEL
const int TiltFive.Logging.Log.DEBUG_LEVEL = 1 |
|
static |
DEBUG logging level as an int.
◆ DISABLED
const int TiltFive.Logging.Log.DISABLED = 5 |
|
static |
DISABLED logging level as an int.
◆ ERROR_LEVEL
const int TiltFive.Logging.Log.ERROR_LEVEL = 4 |
|
static |
ERROR logging level as an int.
◆ INFO_LEVEL
const int TiltFive.Logging.Log.INFO_LEVEL = 2 |
|
static |
INFO logging level as an int.
◆ VERBOSE_LEVEL
const int TiltFive.Logging.Log.VERBOSE_LEVEL = 0 |
|
static |
VERBOSE logging level as an int.
◆ WARN_LEVEL
const int TiltFive.Logging.Log.WARN_LEVEL = 3 |
|
static |
WARN logging level as an int.
◆ LogLevel
int TiltFive.Logging.Log.LogLevel |
|
staticgetset |
Gets or sets the logging level.
The log level.
◆ TAG
string TiltFive.Logging.Log.TAG |
|
staticgetset |
Gets or sets the logging tag.
The tag.
The documentation for this class was generated from the following file: