Class Slf4jProvider

java.lang.Object
io.helidon.logging.slf4j.Slf4jProvider
All Implemented Interfaces:
LoggingProvider

public class Slf4jProvider extends Object implements LoggingProvider
Slf4j logging provider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is executed at static initialization, such as when building GraalVM native image or when starting the application.
    void
    Runtime configuration, called when the application starts in GraalVM native image (not called when running on hotspot).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Slf4jProvider

      public Slf4jProvider()
  • 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 interface LoggingProvider
    • 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 interface LoggingProvider