Свойство | Тип | Описание | |
---|---|---|---|
level | LogLevel | ||
streamWriter |
Свойство | Тип | Описание | |
---|---|---|---|
_instance | Log |
Метод | Описание | |
---|---|---|
Debug ( string format ) : void |
Log debug message
|
|
Error ( string format ) : void |
Log an error message
|
|
Info ( string format ) : void |
Log an info message
|
|
SetLevel ( LogLevel lvl ) : void | ||
Silly ( string format ) : void |
Log silly
|
|
Verbose ( string format ) : void |
Log verbose
|
|
Warning ( string format ) : void |
Log a warning message
|
|
Write ( LogLevel lvl, string s ) : void |
Write to file
|
Метод | Описание | |
---|---|---|
Log ( ) : UnityEngine |
protected constructor for Singleton usage
|
static public Debug ( string format ) : void | ||
format | string | |
Результат | void |
static public Error ( string format ) : void | ||
format | string | |
Результат | void |
static public Info ( string format ) : void | ||
format | string | |
Результат | void |
static public SetLevel ( LogLevel lvl ) : void | ||
lvl | LogLevel | |
Результат | void |
static public Silly ( string format ) : void | ||
format | string | |
Результат | void |
static public Verbose ( string format ) : void | ||
format | string | |
Результат | void |
static public Warning ( string format ) : void | ||
format | string | |
Результат | void |
static public Write ( LogLevel lvl, string s ) : void | ||
lvl | LogLevel | |
s | string | |
Результат | void |