C# Class Wexflow.Core.Logger

Datei anzeigen Open project: crazyants/Wexflow

Public Methods

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

Method Details

Debug() public static method

public static Debug ( string msg ) : void
msg string
return void

DebugFormat() public static method

public static DebugFormat ( string msg ) : void
msg string
return void

Error() public static method

public static Error ( string msg ) : void
msg string
return void

Error() public static method

public static Error ( string msg, Exception e ) : void
msg string
e Exception
return void

ErrorFormat() public static method

public static ErrorFormat ( string msg ) : void
msg string
return void

ErrorFormat() public static method

public static ErrorFormat ( string msg, Exception e ) : void
msg string
e Exception
return void

Info() public static method

public static Info ( string msg ) : void
msg string
return void

InfoFormat() public static method

public static InfoFormat ( string msg ) : void
msg string
return void