Method | Description | |
---|---|---|
@typeof ( ) : |
||
addHandler ( |
||
debug ( string message ) : void | ||
debug ( string message, |
||
debug ( string message, System e ) : void | ||
enabled ( |
||
err ( string message ) : void | ||
err ( string message, |
||
err ( string message, System e ) : void | ||
find ( string name ) : |
||
find ( string name, bool check ) : |
||
get ( string name ) : |
||
handlers ( ) : |
||
info ( string message ) : void | ||
info ( string message, |
||
info ( string message, System e ) : void | ||
isDebug ( ) : bool | ||
isEnabled ( |
||
isErr ( ) : bool | ||
isInfo ( ) : bool | ||
isWarn ( ) : bool | ||
level ( ) : |
||
level ( |
||
list ( ) : |
||
log ( |
||
make ( string name, bool register ) : |
||
make_ ( |
||
name ( ) : string | ||
removeHandler ( |
||
toStr ( ) : string | ||
warn ( string message ) : void | ||
warn ( string message, |
||
warn ( string message, System e ) : void |
Method | Description | |
---|---|---|
Log ( ) : System.Collections |
public static addHandler ( |
||
func | ||
return | void |
public debug ( string message, |
||
message | string | |
err | ||
return | void |
public debug ( string message, System e ) : void | ||
message | string | |
e | System | |
return | void |
public err ( string message, |
||
message | string | |
err | ||
return | void |
public err ( string message, System e ) : void | ||
message | string | |
e | System | |
return | void |
public static find ( string name, bool check ) : |
||
name | string | |
check | bool | |
return |
public info ( string message, |
||
message | string | |
err | ||
return | void |
public info ( string message, System e ) : void | ||
message | string | |
e | System | |
return | void |
public static make ( string name, bool register ) : |
||
name | string | |
register | bool | |
return |
public static make_ ( |
||
self | ||
name | string | |
register | bool | |
return | void |
public static removeHandler ( |
||
func | ||
return | void |
public warn ( string message, |
||
message | string | |
err | ||
return | void |
public warn ( string message, System e ) : void | ||
message | string | |
e | System | |
return | void |