Class Slf4jLoggerFactory

  • All Implemented Interfaces:
    org.slf4j.ILoggerFactory

    public final class Slf4jLoggerFactory
    extends java.lang.Object
    implements org.slf4j.ILoggerFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.jboss.logmanager.Logger.AttachmentKey<org.slf4j.Logger> key  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.slf4j.Logger getLogger​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • key

        private static final org.jboss.logmanager.Logger.AttachmentKey<org.slf4j.Logger> key
    • Constructor Detail

      • Slf4jLoggerFactory

        public Slf4jLoggerFactory()
    • Method Detail

      • getLogger

        public org.slf4j.Logger getLogger​(java.lang.String name)
        Specified by:
        getLogger in interface org.slf4j.ILoggerFactory