public class MuleLoggerContextFactory extends Object
| Constructor and Description |
|---|
MuleLoggerContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.logging.log4j.core.LoggerContext |
build(ClassLoader classLoader,
org.apache.logging.log4j.core.selector.ContextSelector selector,
boolean logSeparationEnabled)
Builds a new
LoggerContext for the given classLoader and selector |
public org.apache.logging.log4j.core.LoggerContext build(ClassLoader classLoader, org.apache.logging.log4j.core.selector.ContextSelector selector, boolean logSeparationEnabled)
LoggerContext for the given classLoader and selectorclassLoader - the classloader of the artifact this logger context is for.selector - the selector to bew used when building the loggers for the new context.Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.