Метод | Описание | |
---|---|---|
IsSet ( uint mask ) : bool |
Checks whether a certaing logging flag is set.
|
|
SetLogMask ( uint mask ) : void |
Sets the log mask on so that the log could write messages when it encounters this mask.
|
|
UnsetMask ( uint mask ) : void |
Unsets the log mask on so that the log wouldn't output messages with the given mask.
|
Метод | Описание | |
---|---|---|
Log ( uint mask, string message ) : void | ||
LogLine ( uint mask ) : void | ||
LogLine ( uint mask, string message ) : void | ||
Logger ( ) : System |
public static IsSet ( uint mask ) : bool | ||
mask | uint | The flag to check. |
Результат | bool |
public static SetLogMask ( uint mask ) : void | ||
mask | uint | The mask to set. |
Результат | void |
public static UnsetMask ( uint mask ) : void | ||
mask | uint | The mask to unset. |
Результат | void |