Whatever message this page gives is out now! Go check it out!

Logger class

Last update:
May 18, 2026
coldfusion.eventgateway.Logger
Note: This class is in the coldfusion.log package, not the coldfusion.eventgateway package, which contains all other event gateway-related interfaces and classes.
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:
SignatureDescription
Writes a debugging message to the log file.
Writes an error message to the log file.
Writes a fatal error to the log file.
Writes an informational message to the log file.
Writes a warning message to the log file.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page