<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"; 
xmlns="http://jakarta.apache.org/log4j/";>

   <!-- Chainsaw is a graphical appender-->
    
        
        
        
    
    
    <!-- This is the Orbeon Forms Studio monitor -->
    
        
        
        
            
        
    

    <!-- Logging to a single file, typically used in development when you don't 
want
         to be dealing with multiple files generated by the RollingFileAppender.
         See: 
http://logging.apache.org/log4j/docs/api/org/apache/log4j/FileAppender.html -->
    
        
        
        
            
        
    

   <!-- Logging to a rolling files. Every time the file exceeds a certain size, 
a backup
         is created and the file used for logging is truncated.
         See: 
http://logging.apache.org/log4j/docs/api/org/apache/log4j/RollingFileAppender.html
 -->
    
        
        
         
        
        
            
        
    
   
        
    

    
        
    

    
        
    
        
        
          
      <appender-ref ref="RollingFileAppender"></appender-ref>
   

    <!-- You decide here which one of the loggers listed above you want to use. 
-->
    
        <!--<appender-ref ref="ConsoleAppender"/>-->
        <!--<appender-ref ref="ChainsawAppender"/>-->
        <!--<appender-ref ref="SingleFileAppender"/>-->
        <appender-ref ref="RollingFileAppender"/>
        <!--<appender-ref ref="OPSMonitor"/>-->
    

</log4j:configuration>




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255649#4255649

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255649
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to