Frames | No Frames |
Methods with return type mx4j.log.Logger | |
Logger |
Methods with return type mx4j.log.Logger | |
Logger |
Methods with return type mx4j.log.Logger | |
Logger |
Methods with return type mx4j.log.Logger | |
Logger |
Methods with return type mx4j.log.Logger | |
Logger |
Methods with return type mx4j.log.Logger | |
Logger |
Methods with return type mx4j.log.Logger | |
Logger | |
Logger | |
Logger |
Classes derived from mx4j.log.Logger | |
class | Log that redirects log calls to Jakarta Commons Logging. |
class | This logger logs to a file. |
class | Log that redirects log calls to a Log4J Logger. |
class | |
class | This logger forwards log requests to an MBean, that must have an operation with signature
public void log(int priority, Object message, Throwable exception);It's used by the ModelMBean implementation. |
Methods with parameter type mx4j.log.Logger | |
void | Tells to the log service to use the given delegate Logger to perform logging. |
void | Tells to the log service to use the given delegate Logger to perform logging for the given
category (that cannot be null). |
Methods with return type mx4j.log.Logger | |
Logger | |
Logger | Returns a new instance of a Logger associated with the given category ;
if redirectTo has been called then a new instance of the prototype Logger, associated with the given
category , is returned. |
Methods with return type mx4j.log.Logger | |
Logger |