coldfusion.eventgateway.Logger
The Logger class logs messages to a file in the ColdFusion logs directory. (You set this directory on the ColdFusion Administrator Logging Settings page.) The coldfusion.eventgateway.GatewayServices.getLogger() method returns an instance of the Logger class. The Logger class has the following methods:
Signature |
Description |
---|---|
debug |
Writes a debugging message to the log file. |
Writes an error message to the log file. |
|
fatal |
Writes a fatal error to the log file. |
info |
Writes an informational message to the log file. |
warn |
Writes a warning message to the log file. |