Class FasterJDKLogger

  • All Implemented Interfaces:
    Logger

    public class FasterJDKLogger
    extends FastestJDKLogger
    Provides a faster logger.
    • Constructor Detail

      • FasterJDKLogger

        public FasterJDKLogger​(java.lang.Class c)
        Creates a logger.
        Parameters:
        c - the class to use for naming this logger.
    • Method Detail

      • log

        protected void log​(java.util.logging.Level l,
                           java.lang.String m,
                           java.lang.Throwable t)
        Overrides:
        log in class FastestJDKLogger
      • log

        protected void log​(java.util.logging.Level l,
                           java.lang.String f,
                           java.lang.Object... a)
        Overrides:
        log in class FastestJDKLogger