クラス
jp.preserv.logging.Level の使用

Level を使用しているパッケージ
jp.preserv.logging 共通的に利用するログクラスを提供しています。  
jp.preserv.logging.impl 共通的に利用するロガークラスを提供しています。  
 

jp.preserv.logging での Level の使用
 

Level として宣言されている jp.preserv.logging のフィールド
static Level Level.ALL
          トレースレベル
static Level Level.TRACE
          トレースレベル
static Level Level.DEBUG
          デバッグレベル
static Level Level.INFO
          インフォレベル
static Level Level.WARN
          ワーンレベル
static Level Level.ERROR
          エラーレベル
static Level Level.FATAL
          フェイタルレベル
 

Level を返す jp.preserv.logging のメソッド
 Level Logger.getLevel()
          ロガーのレベルを取得します。
 

jp.preserv.logging.impl での Level の使用
 

Level を返す jp.preserv.logging.impl のメソッド
 Level Log4JLogger.getLevel()
          レベルを取得します。
 Level Jdk14Logger.getLevel()
          レベルを取得します。