java.lang.Object
io.helidon.logging.log4j.Log4jProvider
- All Implemented Interfaces:
LoggingProvider
Log4j logging provider.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This is executed at static initialization, such as when building GraalVM native image or when starting the application.void
runTime()
Runtime configuration, called when the application starts in GraalVM native image (not called when running on hotspot).
-
Constructor Details
-
Log4jProvider
public Log4jProvider()
-
-
Method Details
-
initialization
public void initialization()Description copied from interface:LoggingProvider
This is executed at static initialization, such as when building GraalVM native image or when starting the application.- Specified by:
initialization
in interfaceLoggingProvider
-
runTime
public void runTime()Description copied from interface:LoggingProvider
Runtime configuration, called when the application starts in GraalVM native image (not called when running on hotspot).- Specified by:
runTime
in interfaceLoggingProvider
-