Method | Description | |
---|---|---|
CallerType ( ) : string | ||
Debug ( string msg ) : void | ||
Debug ( string type, string msg ) : void | ||
Error ( string msg ) : void | ||
Fatal ( System e ) : void | ||
Info ( string msg ) : void | ||
Info ( string type, string msg ) : void | ||
Warn ( string msg ) : void |
Method | Description | |
---|---|---|
Error ( System e, string msg ) : void | ||
Exception ( System e ) : void | ||
Log ( ) : System.Diagnostics |
public static Debug ( string type, string msg ) : void | ||
type | string | |
msg | string | |
return | void |
public static Info ( string type, string msg ) : void | ||
type | string | |
msg | string | |
return | void |