| |
|
| org.mule.agent.AbstractNotificationLoggerAgent org.mule.agent.Log4jNotificationLoggerAgent
Log4jNotificationLoggerAgent | public class Log4jNotificationLoggerAgent extends AbstractNotificationLoggerAgent (Code) | | AbstractNotificationLoggerAgent Receives Mule server notifications
and logs them and can optionally route them to an endpoint
|
DEFAULT_DESCRIPTION_BUFFER_SIZE | final protected static int DEFAULT_DESCRIPTION_BUFFER_SIZE(Code) | | |
eventLogger | protected Logger eventLogger(Code) | | |
Log4jNotificationLoggerAgent | public Log4jNotificationLoggerAgent()(Code) | | |
getChainsawPort | public int getChainsawPort()(Code) | | |
getDescription | public String getDescription()(Code) | | Should be a 1 line description of the agent
the description of this Agent |
getLevelMappings | public Map getLevelMappings()(Code) | | |
setChainsawHost | public void setChainsawHost(String chainsawHost)(Code) | | |
setChainsawPort | public void setChainsawPort(int chainsawPort)(Code) | | |
setLevelMappings | public void setLevelMappings(Map levelMappings)(Code) | | |
setLogConfigFile | public void setLogConfigFile(String logConfigFile)(Code) | | |
Fields inherited from org.mule.agent.AbstractNotificationLoggerAgent | protected transient Log logger(Code)(Java Doc)
|
|
|
|