org.neo4j.server.logging
Class SimpleConsoleFormatter
java.lang.Object
java.util.logging.Formatter
org.neo4j.server.logging.SimpleConsoleFormatter
public class SimpleConsoleFormatter
- extends Formatter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConsoleFormatter
public SimpleConsoleFormatter()
format
public String format(LogRecord record)
- Format the given LogRecord.
- Specified by:
format in class Formatter
- Parameters:
record - the log record to be formatted.
- Returns:
- a formatted log record
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.