mx4j.log
Class Log4JLogger
Log that redirects log calls to a Log4J Logger.
Log4JLogger() - This constructor is called to create instances of this Logger, following the prototype pattern.
|
protected Level | convertPriority(int mx4jPriority) - Converts MX4J priority to Log4J priority
|
protected void | log(int priority, Object message, Throwable t)
|
protected void | setCategory(String category)
|
debug , debug , error , error , fatal , fatal , getCategory , getPriority , info , info , isEnabledFor , log , setCategory , setPriority , trace , trace , warn , warn |
Log4JLogger
public Log4JLogger()
This constructor is called to create instances of this Logger, following the prototype pattern.
convertPriority
protected Level convertPriority(int mx4jPriority)
Converts MX4J priority to Log4J priority
log
protected void log(int priority,
Object message,
Throwable t)
- log in interface Logger
setCategory
protected void setCategory(String category)
- setCategory in interface Logger
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.