Whatever message this page gives is out now! Go check it out!
info(String message) info(Throwable th) info(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. Not normally used with this method. |
logger.info("DirectoryWatcher (" + gatewayID + ") Initializing DirectoryWatcher gateway with configuration file " + config); |