org.neo4j.server.logging
Class SimpleConsoleFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.neo4j.server.logging.SimpleConsoleFormatter

public class SimpleConsoleFormatter
extends Formatter


Constructor Summary
SimpleConsoleFormatter()
           
 
Method Summary
 String format(LogRecord record)
          Format the given LogRecord.
 
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

SimpleConsoleFormatter

public SimpleConsoleFormatter()
Method Detail

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.