com.jme3.util
クラス JmeFormatter

java.lang.Object
  上位を拡張 java.util.logging.Formatter
      上位を拡張 com.jme3.util.JmeFormatter

public class JmeFormatter
extends java.util.logging.Formatter

More simple formatter than the default one used in Java logging. Example output:
INFO Display3D 12:00 PM: Display created.


コンストラクタの概要
JmeFormatter()
           
 
メソッドの概要
 java.lang.String format(java.util.logging.LogRecord record)
           
 
クラス java.util.logging.Formatter から継承されたメソッド
formatMessage, getHead, getTail
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JmeFormatter

public JmeFormatter()
メソッドの詳細

format

public java.lang.String format(java.util.logging.LogRecord record)
定義:
クラス java.util.logging.Formatter 内の format