Method | Description | |
---|---|---|
Debug ( string msg ) : void | ||
DebugFormat ( string msg ) : void | ||
Error ( string msg ) : void | ||
Error ( string msg, Exception e ) : void | ||
ErrorFormat ( string msg ) : void | ||
ErrorFormat ( string msg, Exception e ) : void | ||
Info ( string msg ) : void | ||
InfoFormat ( string msg ) : void |
public static DebugFormat ( string msg ) : void | ||
msg | string | |
return | void |
public static Error ( string msg, Exception e ) : void | ||
msg | string | |
e | Exception | |
return | void |
public static ErrorFormat ( string msg ) : void | ||
msg | string | |
return | void |
public static ErrorFormat ( string msg, Exception e ) : void | ||
msg | string | |
e | Exception | |
return | void |
public static InfoFormat ( string msg ) : void | ||
msg | string | |
return | void |