|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface CustomLogConfig
CustomLogコンフィグ解析処理.
CustomLogコンフィグ解析処理を提供します.
| メソッドの概要 | |
|---|---|
void |
clear()
オブジェクトクリア. |
void |
create(java.lang.String name)
カスタムログ生成処理. |
CommonConfig |
getConfig()
コンフィグオブジェクトの取得. |
java.lang.String |
getCustomLogCharset()
カスタムログキャラクターセットを取得. |
java.lang.String |
getCustomLogDayFormat()
カスタムログ日付フォーマットを取得. |
java.lang.String |
getCustomLogLevelMask(int no)
カスタムログレベルマスクを取得. |
int |
getCustomLogLevelMaskLength()
カスタムログレベルマスクを取得. |
boolean |
getCustomLogMode()
カスタムログモードを取得. |
java.lang.String |
getCustomLogName()
カスタムログ名を取得. |
java.lang.String |
getCustomLogOutputDirectory()
カスタムログ出力先ディレクトリ名を取得. |
java.lang.String |
getCustomLogOutputFile()
カスタムログ出力先ファイル名を取得. |
java.lang.String |
getCustomLogPlus()
カスタムログ拡張子を取得. |
int |
getCustomLogUpdateTime()
カスタムログアップデート時間を取得. |
java.lang.String |
getCustomStyleFile()
カスタムスタイルファイル名を取得. |
int |
getMaxCustomLog()
カスタムログ出力ファイル管理最大長を取得. |
boolean |
isSection(java.lang.String section)
対象セクション名存在チェック. |
boolean |
isUseSection()
定義ファイル[jrcserver.conf]で必要なセクション名群が有効であるかチェック. |
| メソッドの詳細 |
|---|
void create(java.lang.String name)
throws ExecutionException
name - オープン対象のファイル名を設定します.
ExecutionException - 実行例外.void clear()
java.lang.String getCustomLogName()
java.lang.String getCustomStyleFile()
java.lang.String getCustomLogOutputFile()
java.lang.String getCustomLogOutputDirectory()
boolean getCustomLogMode()
int getMaxCustomLog()
java.lang.String getCustomLogLevelMask(int no)
no - 取得対象の項番を設定します.
int getCustomLogLevelMaskLength()
int getCustomLogUpdateTime()
java.lang.String getCustomLogCharset()
java.lang.String getCustomLogDayFormat()
java.lang.String getCustomLogPlus()
CommonConfig getConfig()
boolean isUseSection()
boolean isSection(java.lang.String section)
section - 対象のセクション名を設定します.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||