Package io.quarkus.bootstrap.logging
Class EmptyLogContextConfigurator
java.lang.Object
io.quarkus.bootstrap.logging.EmptyLogContextConfigurator
- All Implemented Interfaces:
org.jboss.logmanager.LogContextConfigurator
public final class EmptyLogContextConfigurator
extends Object
implements org.jboss.logmanager.LogContextConfigurator
An empty log context configuration which prevents the logmanager from configuring itself too early.
-
Field Summary
Fields inherited from interface org.jboss.logmanager.LogContextConfigurator
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.jboss.logmanager.LogContext logContext, InputStream inputStream)
-
Constructor Details
-
EmptyLogContextConfigurator
public EmptyLogContextConfigurator()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceorg.jboss.logmanager.LogContextConfigurator
-