Re: Getting the LoggerContext from log4j-api

2017-09-20 Thread Ralph Goers
No. The Log4j API can be used as a general logging facade. How configuration is done is implementation specific so it can’t be accessed through the API. Ralph > On Sep 19, 2017, at 11:18 PM, Asma Zinneera Jabir wrote: > > I know that the usual way of getting the configuration is through the >

Getting the LoggerContext from log4j-api

2017-09-19 Thread Asma Zinneera Jabir
I know that the usual way of getting the configuration is through the org.apache.logging.log4j.core.LoggerContext log4j-core as LoggerContext ctx = (LoggerContext) LogManager.getContext() But is there a way to get the context from the org.apache.logging.log4j.spi.LoggerContext??