public class NullLogger extends NucleusLogger
CACHE, CONNECTION, DATASTORE, DATASTORE_NATIVE, DATASTORE_PERSIST, DATASTORE_RETRIEVE, DATASTORE_SCHEMA, GENERAL, LIFECYCLE, METADATA, PERSISTENCE, QUERY, TRANSACTION, VALUEGENERATION| Constructor and Description |
|---|
NullLogger(String logName) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object msg)
Log a debug message.
|
void |
debug(Object msg,
Throwable thr)
Log a debug message with throwable.
|
void |
error(Object msg)
Log an error message.
|
void |
error(Object msg,
Throwable thr)
Log an error message with throwable.
|
void |
fatal(Object msg)
Log a fatal message.
|
void |
fatal(Object msg,
Throwable thr)
Log a fatal message with throwable.
|
void |
info(Object msg)
Log an info message.
|
void |
info(Object msg,
Throwable thr)
Log an info message with throwable.
|
boolean |
isDebugEnabled()
Accessor for whether debug logging is enabled
|
boolean |
isInfoEnabled()
Accessor for whether info logging is enabled
|
void |
warn(Object msg)
Log a warning message.
|
void |
warn(Object msg,
Throwable thr)
Log a warning message with throwable.
|
getLoggerInstancepublic NullLogger(String logName)
public void debug(Object msg)
NucleusLoggerdebug in class NucleusLoggermsg - The messagepublic void debug(Object msg, Throwable thr)
NucleusLoggerdebug in class NucleusLoggermsg - The messagethr - A throwablepublic void error(Object msg)
NucleusLoggererror in class NucleusLoggermsg - The messagepublic void error(Object msg, Throwable thr)
NucleusLoggererror in class NucleusLoggermsg - The messagethr - A throwablepublic void fatal(Object msg)
NucleusLoggerfatal in class NucleusLoggermsg - The messagepublic void fatal(Object msg, Throwable thr)
NucleusLoggerfatal in class NucleusLoggermsg - The messagethr - A throwablepublic void info(Object msg)
NucleusLoggerinfo in class NucleusLoggermsg - The messagepublic void info(Object msg, Throwable thr)
NucleusLoggerinfo in class NucleusLoggermsg - The messagethr - A throwablepublic boolean isDebugEnabled()
NucleusLoggerisDebugEnabled in class NucleusLoggerpublic boolean isInfoEnabled()
NucleusLoggerisInfoEnabled in class NucleusLoggerpublic void warn(Object msg)
NucleusLoggerwarn in class NucleusLoggermsg - The messagepublic void warn(Object msg, Throwable thr)
NucleusLoggerwarn in class NucleusLoggermsg - The messagethr - A throwableCopyright © 2017. All rights reserved.