|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.util.logging.Formatter
com.jme3.util.JmeFormatter
public class JmeFormatter
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 |
| コンストラクタの詳細 |
|---|
public JmeFormatter()
| メソッドの詳細 |
|---|
public java.lang.String format(java.util.logging.LogRecord record)
java.util.logging.Formatter 内の format
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||