|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.extension.AppLogSingleInfo
public class AppLogSingleInfo
タイトル: シングルトン実装のAppLogInfo関係のプロパティ情報を保持する。
説明: AppLogOutpropertiesの保持を行う。
著作権: Copyright (c) 2004
メソッドの概要 | |
---|---|
int |
getLogLine()
Describe getLogLine method : return Max outlin count a file. |
java.lang.String |
getLogName()
Get the value of LogOutName return Log file Prefix Name . |
java.lang.String |
getLogOutLevel()
Describe getLogOutLevel method : return Log output level. |
java.lang.String |
getLogPath()
Get the value of LogOutPath return LogOut path . |
java.lang.String |
getPropertyByName(java.lang.String argName)
Describe getPropertyByName method : get property by Name. |
java.lang.String |
getSystemOut()
Describe getSystemOut method : get SystemOut. |
void |
init()
Describe init method : clear & get properties file. |
static AppLogSingleInfo |
newInstance()
Describe newInstance method : create new Instance. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static AppLogSingleInfo newInstance()
newInstance
method : create new Instance.
AppLogInfo
:public java.lang.String getLogName()
String
value of LogOutName.public java.lang.String getLogPath()
String
value of XmlOutPath.public int getLogLine()
getLogLine
method : return Max outlin count a file.
int
: max outline countpublic java.lang.String getLogOutLevel()
getLogOutLevel
method : return Log output level.
String
: Log output levelpublic java.lang.String getSystemOut()
getSystemOut
method : get SystemOut.
String
: value of SystemOut.toLowerCasepublic java.lang.String getPropertyByName(java.lang.String argName)
getPropertyByName
method : get property by Name.
argName
- a String
:
String
:Properties
public void init()
init
method : clear & get properties file.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |