Documentation‎ > ‎

Logging

Starting from version 2.0, JExplorer comes with SLF4J Loggin Facade.

SLF4J supports multiple logging frameworks. We distribute JExplorer library with Log4jLoggerAdapter implementation, which outputs all events according to the attached log4j.properties file.

This file is configured to print messages of level DEBUG and higher into console and jexplorer.log file. This log4j.properties file must be included into your application class path. In JExplorer distribution package the log4j.properties file is included into the demo\jexplorerdemo.jar library.

If you want to bind with other loggers, please refer to the SLF4J User Manual.
ċ
log4j.properties
(1k)
Vladimir Ikryanov,
Aug 9, 2013, 12:44 AM