Java

Using Apache Log4j 2 as logger for WildFly 9
WildFly 9 comes with a lot of in-build logger, like Console, File, Size, Syslog. But if you want to use specialized loggers or other data stores (database, HDFS) you need to build a custom log handler which handles all of these things.
comments powered by Disqus