インタフェース
org.apache.log4j.rewrite.RewritePolicy の使用

RewritePolicy を使用しているパッケージ
org.apache.log4j.rewrite   
 

org.apache.log4j.rewrite での RewritePolicy の使用
 

RewritePolicy を実装している org.apache.log4j.rewrite のクラス
 class MapRewritePolicy
          This policy rewrites events where the message of the original event implementes java.util.Map.
 class PropertyRewritePolicy
          This policy rewrites events by adding a user-specified list of properties to the event.
 class ReflectionRewritePolicy
          This policy rewrites events by evaluating any JavaBean properties on the message object and adding them to the event properties.
 

RewritePolicy 型のパラメータを持つ org.apache.log4j.rewrite のメソッド
 void RewriteAppender.setRewritePolicy(RewritePolicy rewritePolicy)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.