Home   Single Page

i3-log.confの中身

i3-log.confの例は以下のようです。

org.zkoss.zk.ui.impl.UiEngineImpl=FINER
        #Make the log level of the specified class to FINERorg.zkoss.zk.ui.http=DEBUG#Make the log level of the specified package to DEBUG        
    org.zkoss.zk.au.http.DHtmlUpdateServlet=INHERIT#Clear the log level of a specified class such that it inherits what    
    #has been defined above (Default: INFO)    
org.zkoss.zk.ui=OFF
    #Turn off the log for the specified package    
org.zkoss=WARNING
    #Make all log levels of ZK classes to WARNING except those specified here    

許可レベル

レベル

説明

OFF

何もメッセージをログしません。

ERROR

Iエラーメッセージを提供します。

WARNING

警告メッセージを提供します。また、ERRORを意味しています。

INFO

情報メッセージを提供します。また、ERRORとWARNINGを意味します。

DEBUG

デバッグを目的とするトレース情報を提供します。また、ERRORとWARNINGとINFOを意味します。

FINER

デバッグを目的とする、かなり詳しいトレース情報を提供します。ERRORとWARNINGとINFO、DEBUGを意味します。

INHERIT

指定したパッケージまたはクラスに設定したレベルをクリアします。つまりログレベルはその親ノードと同じになります。