Class OSInfo.LogHolder

  • Enclosing class:
    OSInfo

    private static class OSInfo.LogHolder
    extends java.lang.Object
    Class-wrapper around the logger object to avoid build-time initialization of the logging framework in native-image
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LogHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        private static final org.slf4j.Logger logger
    • Constructor Detail

      • LogHolder

        private LogHolder()