Method | Description | |
---|---|---|
CloseLog ( ) : void | ||
ConsoleMessage ( string msg ) : void | ||
LogErrorMessage ( string msg, bool toConsole = true ) : void | ||
LogInfoMessage ( string msg, bool toConsole = true ) : void | ||
LogMessage ( string msg, bool toConsole = true ) : void | ||
LogSuccessMessage ( string msg, bool toConsole = true ) : void | ||
LogWarningMessage ( string msg, bool toConsole = true ) : void | ||
OpenLog ( string operationName ) : void |
Method | Description | |
---|---|---|
Logger ( ) : System |
public static ConsoleMessage ( string msg ) : void | ||
msg | string | |
return | void |
public static LogErrorMessage ( string msg, bool toConsole = true ) : void | ||
msg | string | |
toConsole | bool | |
return | void |
public static LogInfoMessage ( string msg, bool toConsole = true ) : void | ||
msg | string | |
toConsole | bool | |
return | void |
public static LogMessage ( string msg, bool toConsole = true ) : void | ||
msg | string | |
toConsole | bool | |
return | void |
public static LogSuccessMessage ( string msg, bool toConsole = true ) : void | ||
msg | string | |
toConsole | bool | |
return | void |
public static LogWarningMessage ( string msg, bool toConsole = true ) : void | ||
msg | string | |
toConsole | bool | |
return | void |
public static OpenLog ( string operationName ) : void | ||
operationName | string | |
return | void |