Class RuntimeLoggerFactory

  • All Implemented Interfaces:
    org.slf4j.ILoggerFactory


    public class RuntimeLoggerFactory
    extends java.lang.Object
    implements org.slf4j.ILoggerFactory
    A factory for creating RuntimeLogger objects.
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeLoggerFactory​()
      Instantiates a new runtime logger factory.
    • 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
    • Constructor Detail

      • RuntimeLoggerFactory

        public RuntimeLoggerFactory​()
        Instantiates a new runtime logger factory.
    • Method Detail

      • getLogger

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