org.mod4j.runtime.jmx
Interface Log4jMBean

All Known Implementing Classes:
Log4j

public interface Log4jMBean

Log4JMBean interface.

Author:
Philippe Tjon-a-Hen

Method Summary
 void activateDebug(java.lang.String category)
          Set the log level of the specified logging categorie to debug.
 void activateError(java.lang.String category)
          Set the log level of the specified logging categorie to error.
 void activateFatal(java.lang.String category)
          Set the log level of the specified logging categorie to fatal.
 void activateInfo(java.lang.String category)
          Set the log level of the specified logging categorie to info.
 void activateTrace(java.lang.String category)
          Set the log level of the specified logging categorie to trace.
 void activateWarn(java.lang.String category)
          Set the log level of the specified logging categorie to warn.
 

Method Detail

activateTrace

void activateTrace(java.lang.String category)
Set the log level of the specified logging categorie to trace.

Parameters:
category -

activateInfo

void activateInfo(java.lang.String category)
Set the log level of the specified logging categorie to info.

Parameters:
category -

activateDebug

void activateDebug(java.lang.String category)
Set the log level of the specified logging categorie to debug.

Parameters:
category -

activateWarn

void activateWarn(java.lang.String category)
Set the log level of the specified logging categorie to warn.

Parameters:
category -

activateError

void activateError(java.lang.String category)
Set the log level of the specified logging categorie to error.

Parameters:
category -

activateFatal

void activateFatal(java.lang.String category)
Set the log level of the specified logging categorie to fatal.

Parameters:
category -


Copyright © 2009. All Rights Reserved.