| org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
RollingFileHandler | public class RollingFileHandler extends RollingFileAppender implements Handler(Code) | | This class is the wrapper to the org.apache.log4j.RollingFileAppender
author: Sebastien Chassande-Barrioz |
prop | protected HashMap prop(Code) | | This fields contains the properties of the Handler
|
RollingFileHandler | public RollingFileHandler()(Code) | | |
RollingFileHandler | public RollingFileHandler(String name)(Code) | | It Builds a new MonologFileHandler. It is needed to specify an handler
type.
Parameters: name - is the handler name. |
getAttributes | public Map getAttributes()(Code) | | |
setAttributes | public void setAttributes(Map attributes)(Code) | | |
|
|