com.hamaf.hikyaku.extension
クラス AppLogOutImpl

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.extension.AppLogOutImpl
すべての実装されたインタフェース:
AppLogOut

public class AppLogOutImpl
extends java.lang.Object
implements AppLogOut

タイトル: AppricationLog write Omplematation class.

説明: アプリケーションログ出力の実装クラス。


AppLogInfoを経由して各種初期情報を取得します。

バージョン:
1.0
作成者:
Hamanaka

フィールドの概要
 
インタフェース 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
 

コンストラクタの詳細

AppLogOutImpl

public AppLogOutImpl()
メソッドの詳細

debug

public void debug(java.lang.String msg)
Describe debug method : Debug log write.
Debug用ログ出力

定義:
インタフェース AppLogOut 内の debug
パラメータ:
msg - a String : Message

info

public void info(java.lang.String msg)
Describe info method : Information log write.
Info用ログ出力

定義:
インタフェース AppLogOut 内の info
パラメータ:
msg - a String : Message

error

public void error(java.lang.String msg)
Describe error method : Error log write.
Error用ログ出力

定義:
インタフェース AppLogOut 内の error
パラメータ:
msg - a String : Message

fclose

public void fclose()
Describe fclose method : Log file close.
出力中のログファイルをクローズする。

定義:
インタフェース AppLogOut 内の fclose

setLevel

public void setLevel(java.lang.String pid)
Describe setLevel method : set log out level.
AppLogInfo.getLogOutLevel()の値で出力レベルを設定する。

定義:
インタフェース AppLogOut 内の setLevel