Whatever message this page gives is out now! Go check it out!
debug(String message) debug(Throwable th) debug(String message, Throwable th) |
| Parameter | Description |
message | The message to include in the log entry. |
th | A throwable object, normally an exception. ColdFusion logs the exception information in the exception.log file in the ColdFusion logs directory. |
<var name='priority'> <string>information</string> </var> |
<var name='priority'> <string>debug</string> </var> |
// code to process incoming administrative messages or errors logger.debug(gatewayType + "Gateway (" + gatewayID + ") admin message: " + msg.getMessage()); |