Method | Description | |
---|---|---|
CriticalError ( string content ) : void |
Logs critical errors
|
|
Error ( string content ) : void |
Logs errors
|
|
Info ( string content ) : void |
Logs information data
|
|
Warning ( string content ) : void |
Logs warnings
|
Method | Description | |
---|---|---|
Log ( string content ) : void |
Logs the given string to the diagnostics log
|
public static CriticalError ( string content ) : void | ||
content | string | |
return | void |
public static Error ( string content ) : void | ||
content | string | |
return | void |
public static Warning ( string content ) : void | ||
content | string | |
return | void |