|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface AppLogOut
タイトル: AppricationLog write interface.
説明: アプリケーションログ出力インターフェース。
フィールドの概要 | |
---|---|
static int |
LEVEL_DEBUG
Describe constant LEVEL_DEBUG : Debug level code. |
static int |
LEVEL_ERROR
Describe constant LEVEL_ERROR : General Error level code. |
static int |
LEVEL_INFO
Describe constant LEVEL_INFO : Information level code. |
メソッドの概要 | |
---|---|
void |
debug(java.lang.String msg)
Describe debug method : Debug log write. |
void |
error(java.lang.String msg)
Describe fatal method : Fatal log write. |
void |
fclose()
Describe fclose method : file close. |
void |
info(java.lang.String msg)
Describe error method : Error log write. |
void |
setLevel(java.lang.String pid)
Describe setLevel method : set output level. |
フィールドの詳細 |
---|
static final int LEVEL_ERROR
LEVEL_ERROR
: General Error level code.
static final int LEVEL_INFO
LEVEL_INFO
: Information level code.
static final int LEVEL_DEBUG
LEVEL_DEBUG
: Debug level code.
メソッドの詳細 |
---|
void setLevel(java.lang.String pid)
setLevel
method : set output level.
PreserveBSLinfo.getLogOutLevel()
で取得される値により
void debug(java.lang.String msg)
debug
method : Debug log write.
msg
- a String
: Messagevoid info(java.lang.String msg)
error
method : Error log write.
msg
- a String
: Messagevoid error(java.lang.String msg)
fatal
method : Fatal log write.
msg
- a String
: Messagevoid fclose()
fclose
method : file close.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |