Hi, LoggerResource injects an instance of IgniteLogger, which is our abstract API for logging. We recommend to use it just in case you want to switch to another implementation - you will need to change only configuration, but not the code.
There is the Log4JLogger implementation which is used automatically if ignite-log4j module is on classpath. It actually just redirects to Log4J and can be configured in the same way as Log4J. Makes sense? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Error-Monitoring-tp1162p1163.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
