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
>
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??