|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.extension.AppLogOutImpl
public class AppLogOutImpl
タイトル: AppricationLog write Omplematation class.
説明: アプリケーションログ出力の実装クラス。
フィールドの概要 |
---|
インタフェース com.hamaf.hikyaku.extension.AppLogOut から継承されたフィールド |
---|
LEVEL_DEBUG, LEVEL_ERROR, LEVEL_INFO |
コンストラクタの概要 | |
---|---|
AppLogOutImpl()
|
メソッドの概要 | |
---|---|
void |
debug(java.lang.String msg)
Describe debug method : Debug log write. |
void |
error(java.lang.String msg)
Describe error method : Error log write. |
void |
fclose()
Describe fclose method : Log file close. |
void |
info(java.lang.String msg)
Describe info method : Information log write. |
void |
setLevel(java.lang.String pid)
Describe setLevel method : set log out level. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AppLogOutImpl()
メソッドの詳細 |
---|
public void debug(java.lang.String msg)
debug
method : Debug log write.
AppLogOut
内の debug
msg
- a String
: Messagepublic void info(java.lang.String msg)
info
method : Information log write.
AppLogOut
内の info
msg
- a String
: Messagepublic void error(java.lang.String msg)
error
method : Error log write.
AppLogOut
内の error
msg
- a String
: Messagepublic void fclose()
fclose
method : Log file close.
AppLogOut
内の fclose
public void setLevel(java.lang.String pid)
setLevel
method : set log out level.
AppLogInfo.getLogOutLevel()
の値で出力レベルを設定する。
AppLogOut
内の setLevel
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |