Property | Type | Description | |
---|---|---|---|
level | LogLevel | ||
streamWriter |
Property | Type | Description | |
---|---|---|---|
_instance | Log |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
Log ( ) : UnityEngine |
protected constructor for Singleton usage
|
static public SetLevel ( LogLevel lvl ) : void | ||
lvl | LogLevel | |
return | void |
static public Verbose ( string format ) : void | ||
format | string | |
return | void |
static public Warning ( string format ) : void | ||
format | string | |
return | void |
static public Write ( LogLevel lvl, string s ) : void | ||
lvl | LogLevel | |
s | string | |
return | void |