Class JDKLoggerFactory

  • All Implemented Interfaces:
    LoggerFactory

    public class JDKLoggerFactory
    extends java.lang.Object
    implements LoggerFactory
    A logger factory using the JDK's logging.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Logger get​(java.lang.Class<?> c)
      Gets or creates a Logger for the given class.
      • Methods inherited from class java.lang.Object

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

      • JDKLoggerFactory

        public JDKLoggerFactory()
    • Method Detail

      • get

        public Logger get​(java.lang.Class<?> c)
        Description copied from interface: LoggerFactory
        Gets or creates a Logger for the given class.
        Specified by:
        get in interface LoggerFactory
        Parameters:
        c - the class to use for naming
        Returns:
        the Logger