This is the frameworks Logger object. It is used for all logging facilities interfacing with LogBox and the ColdBox debugger.
|
Method Summary |
void |
debug(string Message, [string ExtraInfo=''])
I log a debug message
|
private void |
emailBugReport(string bugReport)
Email a bug report
|
void |
error(string Message, [string ExtraInfo=''])
I log an error message
|
void |
fatal(string Message, [string ExtraInfo=''])
I log a fatal message
|
Logger |
getLogger()
This coldbox apps's logger
|
void |
info(string Message, [string ExtraInfo=''])
I log an information message
|
void |
logEntry(string Severity, string Message, [string ExtraInfo=''])
Log a message to the LogBox
|
void |
logError(string Message, [any ExceptionStruct='[runtime expression]'], [any ExtraInfo=''])
Log an error into the framework using arguments
|
void |
logErrorWithBean(any ExceptionBean)
Log an error into the framework using a coldbox exceptionBean
|
void |
tracer(string message, [any extraInfo=''])
Log a trace message to the ColdBox debugger panel, not LOGBOX
|
void |
warn(string Message, [string ExtraInfo=''])
I log a warning message
|