Method | Description | |
---|---|---|
log ( string logmessage ) : void |
log a message
|
|
logError ( string logmessage ) : void |
log an error
|
|
logWarning ( string logmessage ) : void |
log a warning
|
|
setLogFileName ( string fileName ) : void |
set the log file name
|
public static log ( string logmessage ) : void | ||
logmessage | string | the message to be logged |
return | void |
public static logError ( string logmessage ) : void | ||
logmessage | string | the error message |
return | void |
public static logWarning ( string logmessage ) : void | ||
logmessage | string | the warning message |
return | void |
public static setLogFileName ( string fileName ) : void | ||
fileName | string | the name of the log file |
return | void |