org.argkit.dung.swing
Class JungJustificationWriter.MessageFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.argkit.dung.swing.JungJustificationWriter.MessageFormatter
Enclosing class:
JungJustificationWriter<C>

public static class JungJustificationWriter.MessageFormatter
extends java.util.logging.Formatter

A logging formatter that only shows the message: nothing else

Author:
Matt South

Constructor Summary
JungJustificationWriter.MessageFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
           
 
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

JungJustificationWriter.MessageFormatter

public JungJustificationWriter.MessageFormatter()
Method Detail

format

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