jAER project on SourceForge

net.sf.jaer.graphics
Class AEViewerStatusFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by net.sf.jaer.graphics.AEViewerStatusFormatter

public class AEViewerStatusFormatter
extends java.util.logging.SimpleFormatter

Defines logging format for status messages in jAER.

Author:
tobi

Constructor Summary
AEViewerStatusFormatter()
          Creates a new instance of JAERConsoleLoggingFormatter
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Replaces \n with space to single/line format the message
 
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

AEViewerStatusFormatter

public AEViewerStatusFormatter()
Creates a new instance of JAERConsoleLoggingFormatter

Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Replaces \n with space to single/line format the message

Overrides:
format in class java.util.logging.SimpleFormatter

jAER project on SourceForge