@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public final class Log4JLogger extends Object implements Logger, Listener
Constructor and Description |
---|
Log4JLogger()
Creates a new
Log4JLogger instance. |
Modifier and Type | Method and Description |
---|---|
void |
debug(String string) |
void |
debug(String message,
Throwable throwable) |
void |
debug(Throwable throwable) |
void |
error(String string) |
void |
error(String message,
Throwable throwable) |
void |
error(Throwable throwable) |
void |
fatal(String string) |
void |
fatal(String message,
Throwable throwable) |
void |
fatal(Throwable throwable) |
Logger |
getLogger()
Gets the Log4J logger backing the instance.
|
String |
getName()
Gets the value of the
<name> property. |
void |
info(String string) |
void |
info(String message,
Throwable throwable) |
void |
info(Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
onLog(Level level,
String message,
Throwable throwable) |
void |
trace(String string) |
void |
trace(String message,
Throwable throwable) |
void |
trace(Throwable throwable) |
void |
warn(String string) |
void |
warn(String message,
Throwable throwable) |
void |
warn(Throwable throwable) |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public Log4JLogger()
Log4JLogger
instance.public boolean isDebugEnabled()
isDebugEnabled
in interface Logger
public boolean isErrorEnabled()
isErrorEnabled
in interface Logger
public boolean isFatalEnabled()
isFatalEnabled
in interface Logger
public boolean isInfoEnabled()
isInfoEnabled
in interface Logger
public boolean isTraceEnabled()
isTraceEnabled
in interface Logger
public boolean isWarnEnabled()
isWarnEnabled
in interface Logger
public Logger getLogger()
getName()
,
Logger.getLogger(java.lang.String)
@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public String getName()
<name>
property.
ObjectManagementException
- if getting the property instance fails.Copyright © 2005-2013 The JOMC Project. All Rights Reserved.