|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.sys.log.custom.CreateCustomLog
public class CreateCustomLog
CustomLog生成処理.
CustomLogを生成します.
| メソッドの概要 | |
|---|---|
LogWriter |
createCustomLog(CustomLogConfig cf)
カスタムログをロード. |
LogWriter |
createCustomLog(java.lang.String name)
カスタムログをロード. |
CustomLogConfig |
getCustomLogConfig(java.lang.String name)
カスタムログコンフィグオブジェクトを取得. |
CustomStyleConfig |
getCustomStyleConfig(CustomLogConfig conf)
カスタムスタイルコンフィグオブジェクトを取得. |
CustomStyleConfig |
getCustomStyleConfig(java.lang.String name)
カスタムスタイルコンフィグオブジェクトを取得. |
static CreateCustomLog |
getInstance()
オブジェクト情報を取得. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static final CreateCustomLog getInstance()
public final CustomLogConfig getCustomLogConfig(java.lang.String name)
throws InputException,
ExecutionException
name - 対象のカスタムログコンフィグファイル名を設定します.
InputException - 入力例外.
ExecutionException - 実行例外.
public final CustomStyleConfig getCustomStyleConfig(CustomLogConfig conf)
throws InputException
conf - 対象のカスタムログコンフィグオブジェクトを設定します.
InputException - 入力例外.public final CustomStyleConfig getCustomStyleConfig(java.lang.String name)
name - 対象のカスタムスタイルコンフィグファイル名を設定します.
public final LogWriter createCustomLog(java.lang.String name)
throws InputException,
ExecutionException
name - 対象のカスタムログコンフィグファイル名を設定します.
InputException - 入力例外.
ExecutionException - 実行例外.
public final LogWriter createCustomLog(CustomLogConfig cf)
throws InputException,
ExecutionException
cf - 対象のカスタムログコンフィグオブジェクトを設定します.
InputException - 入力例外.
ExecutionException - 実行例外.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||