Using JBoss LogManager with Teiid Embedded

Page added by Kylin Soong


JBoss LogManager is a replacement for the JDK logging system LogManager that fixes or works around many serious problems in the default implementation, and add the the feature to bridge many logging frameworks like JBoss logging, log4j, slf4j, etc. There are 3 key steps to run JBoss LogManager in a standalone Java Application:

  • Add relevant libraries(both JBoss LogManager and bridging libraries)
  • Specify the alternate log manager as a system property(-Djava.util.logging.manager=org.jboss.logmanager.LogManager)
  • Specify a logging configuration properties

Primary purpose of this document is supply a solution for using sing JBoss LogManager with Teiid Embedded.

Logging with JBoss Logging

//coming soon

Logging with Log4j

//coming soon

Stop watching space | Change email notification preferences
View Online | Add Comment