クラス
org.asyrinx.brownie.core.log.LogLevel の使用

LogLevel を使用しているパッケージ
org.asyrinx.brownie.core.log   
 

org.asyrinx.brownie.core.log での LogLevel の使用
 

LogLevel として宣言されている org.asyrinx.brownie.core.log のフィールド
static LogLevel LogLevel.TRACE
           
static LogLevel LogLevel.DEBUG
           
static LogLevel LogLevel.INFO
           
static LogLevel LogLevel.WARN
           
static LogLevel LogLevel.ERROR
           
static LogLevel LogLevel.FATAL
           
static LogLevel LogLevel.NONE
           
 

LogLevel を返す org.asyrinx.brownie.core.log のメソッド
static LogLevel LogLevel.findByName(java.lang.String name)
           
static LogLevel LogLevel.getLevel(java.lang.String name)
           
 

LogLevel 型のパラメータを持つ org.asyrinx.brownie.core.log のメソッド
 void LogWrapper.log(LogLevel level, java.lang.Object message)
           
 void LogWrapper.log(LogLevel level, java.lang.Object message, java.lang.Throwable t)
           
static void LogLevel.register(LogLevel level)
           
 

LogLevel 型のパラメータを持つ org.asyrinx.brownie.core.log のコンストラクタ
MeasureLogImpl(java.lang.String caption, org.apache.commons.logging.Log log, LogLevel level)
          Constructor for MeasureLogImpl.
 



Copyright © 2004 asyrinx organization. All Rights Reserved.