Method | Description | |
---|---|---|
Debug ( string msg ) : void | ||
Debug ( string msg, |
||
Error ( string msg ) : void | ||
Error ( string msg, |
||
Fatal ( string msg ) : void | ||
Fatal ( string msg, |
||
GetLevel ( ) : Level | ||
Info ( string msg ) : void | ||
Info ( string msg, |
||
SetLevel ( Level threshold ) : void | ||
Trace ( string msg ) : void | ||
Trace ( string msg, |
||
Warn ( string msg ) : void | ||
Warn ( string msg, Exception t ) : void | ||
format ( string msg ) : string |
Method | Description | |
---|---|---|
GetLine ( ) : |
||
Log ( string level, string msg, |
||
Logger ( ) : System |
public static Debug ( string msg, |
||
msg | string | |
t | ||
return | void |
public static Error ( string msg, |
||
msg | string | |
t | ||
return | void |
public static Fatal ( string msg, |
||
msg | string | |
t | ||
return | void |
public static Info ( string msg, |
||
msg | string | |
t | ||
return | void |
public static SetLevel ( Level threshold ) : void | ||
threshold | Level | |
return | void |
public static Trace ( string msg, |
||
msg | string | |
t | ||
return | void |
public static Warn ( string msg, Exception t ) : void | ||
msg | string | |
t | Exception | |
return | void |