|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.distribute.ServletLogger
public class ServletLogger
タイトル:ProcessLogger is ログ出力クラス.
説明:DistributeServletが使用するログ出力クラスです。
著作権: Copyright (c) 2007/05/18
コンストラクタの概要 | |
---|---|
ServletLogger(DistributeServlet parent)
Creates a new ProcessLogger.java instance. |
メソッドの概要 | |
---|---|
void |
logPut(java.lang.String msg,
int lvl)
Describe logPut method : if logout then logging output. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ServletLogger(DistributeServlet parent)
ProcessLogger.java
instance.
parent
- メソッドの詳細 |
---|
public void logPut(java.lang.String msg, int lvl)
logPut
method : if logout then logging output.
msg
- a void
: 出力するメッセージlvl
- an int
: メッセージの出力レベル
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |