public class SimpleLog extends Object
Modifier and Type | Method and Description |
---|---|
void |
debug(Object mesg) |
void |
debug(Object mesg1,
Object mesg2) |
void |
debug(Object mesg,
Throwable t) |
void |
error(Object mesg) |
void |
error(Object mesg,
Throwable t) |
void |
fatal(Object mesg) |
void |
fatal(Object mesg,
Throwable t) |
static SimpleLog |
getLog(Class c) |
void |
info(Object mesg) |
void |
info(Object mesg1,
Object mesg2) |
void |
info(Object mesg,
Throwable t) |
boolean |
isDebugEnabled()
Returns true if DEBUG level logging is enabled.
|
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled()
Returns true if FATAL level logging is enabled.
|
boolean |
isInfoEnabled()
Returns true if INFO level logging is enabled.
|
boolean |
isWarnEnabled()
Returns true if WARN level logging is enabled.
|
void |
warn(Object mesg) |
void |
warn(Object mesg1,
Object mesg2) |
void |
warn(Object mesg,
Throwable t) |
public void debug(Object mesg)
public void error(Object mesg)
public void fatal(Object mesg)
public void info(Object mesg)
public boolean isDebugEnabled()
public boolean isErrorEnabled()
public boolean isFatalEnabled()
public boolean isInfoEnabled()
public boolean isWarnEnabled()
public void warn(Object mesg)
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.