Logging Member Functions
- openLog(scalar logfile)
- Opens a logfile.
- closeLog()
- Closes a logfile.
- writeToLog(scalar msg)
- Writes the specified message to a logfile.
- writeToLogVerbose(scalar msg)
- Writes the specified message to the logfile if debugging is enabled.
- SetNonBlock(scalar filehandle)
- Puts a filehandle in nonblocking mode.
- initDebug()
- Initializes the name of the logfile and calls the openLog() function.
- getLogLevelDebug()
- Gets the log level debug.
- getLogLevelTrace()
- Gets the log level trace.
- log(scalar text, scalar logLevel)
- Uses AE logging to display logging text to the user.