Class BriefLogFormatter


  • public class BriefLogFormatter
    extends java.util.logging.Formatter
    A Java logging formatter that writes more compact output than the default.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.util.logging.LogRecord logRecord)  
      static void init()
      Configures JDK logging to use this class for everything.
      static void initVerbose()  
      static void initWithSilentBitcoinJ()  
      • Methods inherited from class java.util.logging.Formatter

        formatMessage, getHead, getTail
      • Methods inherited from class java.lang.Object

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

      • BriefLogFormatter

        public BriefLogFormatter()
    • Method Detail

      • init

        public static void init()
        Configures JDK logging to use this class for everything.
      • initVerbose

        public static void initVerbose()
      • initWithSilentBitcoinJ

        public static void initWithSilentBitcoinJ()
      • format

        public java.lang.String format​(java.util.logging.LogRecord logRecord)
        Specified by:
        format in class java.util.logging.Formatter