Class SLF4JPlatformLoggerFactory


  • public class SLF4JPlatformLoggerFactory
    extends java.lang.Object
    Manages instances of SLF4JPlatformLogger.
    Since:
    1.3.0
    Author:
    Ceki
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.slf4j.jdk.platform.logging.SLF4JPlatformLogger getLogger​(java.lang.String loggerName)
      Return an appropriate SLF4JPlatformLogger instance by name.
      • Methods inherited from class java.lang.Object

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

      • getLogger

        public org.slf4j.jdk.platform.logging.SLF4JPlatformLogger getLogger​(java.lang.String loggerName)
        Return an appropriate SLF4JPlatformLogger instance by name.