com.google.bitcoin.utils
Class BriefLogFormatter
java.lang.Object
java.util.logging.Formatter
com.google.bitcoin.utils.BriefLogFormatter
public class BriefLogFormatter
- extends Formatter
A Java logging formatter that writes more compact output than the default.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BriefLogFormatter
public BriefLogFormatter()
init
public static void init()
- Configures JDK logging to use this class for everything.
initVerbose
public static void initVerbose()
format
public String format(LogRecord logRecord)
- Specified by:
format in class Formatter
Copyright © 2014. All rights reserved.