A C D E G I L N R S T V W 
All Classes All Packages

A

AbstractLogger - Class in cn.sliew.milky.log
A skeletal implementation of Logger.
AbstractLogger(String) - Constructor for class cn.sliew.milky.log.AbstractLogger
Creates a new instance.

C

cn.sliew.milky.log - package cn.sliew.milky.log
 

D

debug(String) - Method in interface cn.sliew.milky.log.Logger
Log a message at the DEBUG level.
debug(String) - Method in class cn.sliew.milky.log.NoLogger
 
debug(String) - Method in class cn.sliew.milky.log.Slf4jLogger
 
debug(String) - Method in class cn.sliew.milky.log.StdOutLogger
 
debug(String, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object) - Method in class cn.sliew.milky.log.NoLogger
 
debug(String, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
debug(String, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
debug(String, Object...) - Method in interface cn.sliew.milky.log.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in class cn.sliew.milky.log.NoLogger
 
debug(String, Object...) - Method in class cn.sliew.milky.log.Slf4jLogger
 
debug(String, Object...) - Method in class cn.sliew.milky.log.StdOutLogger
 
debug(String, Object, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object, Object) - Method in class cn.sliew.milky.log.NoLogger
 
debug(String, Object, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
debug(String, Object, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
debug(String, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(String, Throwable) - Method in class cn.sliew.milky.log.NoLogger
 
debug(String, Throwable) - Method in class cn.sliew.milky.log.Slf4jLogger
 
debug(String, Throwable) - Method in class cn.sliew.milky.log.StdOutLogger
 
debug(Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
debug(Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
debug(Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the DEBUG level.
DEBUG - cn.sliew.milky.log.LogLevel
'DEBUG' log level.

E

error(String) - Method in interface cn.sliew.milky.log.Logger
Log a message at the ERROR level.
error(String) - Method in class cn.sliew.milky.log.NoLogger
 
error(String) - Method in class cn.sliew.milky.log.Slf4jLogger
 
error(String) - Method in class cn.sliew.milky.log.StdOutLogger
 
error(String, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object) - Method in class cn.sliew.milky.log.NoLogger
 
error(String, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
error(String, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
error(String, Object...) - Method in interface cn.sliew.milky.log.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in class cn.sliew.milky.log.NoLogger
 
error(String, Object...) - Method in class cn.sliew.milky.log.Slf4jLogger
 
error(String, Object...) - Method in class cn.sliew.milky.log.StdOutLogger
 
error(String, Object, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object, Object) - Method in class cn.sliew.milky.log.NoLogger
 
error(String, Object, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
error(String, Object, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
error(String, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in class cn.sliew.milky.log.NoLogger
 
error(String, Throwable) - Method in class cn.sliew.milky.log.Slf4jLogger
 
error(String, Throwable) - Method in class cn.sliew.milky.log.StdOutLogger
 
error(Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
error(Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
error(Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the ERROR level.
ERROR - cn.sliew.milky.log.LogLevel
'ERROR' log level.

G

getDefaultFactory() - Static method in class cn.sliew.milky.log.LoggerFactory
Returns the default factory.
getLogger(Class<?>) - Static method in class cn.sliew.milky.log.LoggerFactory
Creates a new logger instance with the name of the specified class.
getLogger(String) - Static method in class cn.sliew.milky.log.LoggerFactory
Creates a new logger instance with the specified name.

I

info(String) - Method in interface cn.sliew.milky.log.Logger
Log a message at the INFO level.
info(String) - Method in class cn.sliew.milky.log.NoLogger
 
info(String) - Method in class cn.sliew.milky.log.Slf4jLogger
 
info(String) - Method in class cn.sliew.milky.log.StdOutLogger
 
info(String, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the INFO level according to the specified format and argument.
info(String, Object) - Method in class cn.sliew.milky.log.NoLogger
 
info(String, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
info(String, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
info(String, Object...) - Method in interface cn.sliew.milky.log.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in class cn.sliew.milky.log.NoLogger
 
info(String, Object...) - Method in class cn.sliew.milky.log.Slf4jLogger
 
info(String, Object...) - Method in class cn.sliew.milky.log.StdOutLogger
 
info(String, Object, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object, Object) - Method in class cn.sliew.milky.log.NoLogger
 
info(String, Object, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
info(String, Object, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
info(String, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in class cn.sliew.milky.log.NoLogger
 
info(String, Throwable) - Method in class cn.sliew.milky.log.Slf4jLogger
 
info(String, Throwable) - Method in class cn.sliew.milky.log.StdOutLogger
 
info(Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
info(Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
info(Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the INFO level.
INFO - cn.sliew.milky.log.LogLevel
'INFO' log level.
INSTANCE - Static variable in class cn.sliew.milky.log.Log4J2LoggerFactory
 
INSTANCE - Static variable in class cn.sliew.milky.log.NoLoggerFactory
 
INSTANCE - Static variable in class cn.sliew.milky.log.Slf4jLoggerFactory
 
INSTANCE - Static variable in class cn.sliew.milky.log.StdOutLoggerFactory
 
isDebugEnabled() - Method in interface cn.sliew.milky.log.Logger
Whether the logger instance enabled for the DEBUG level.
isDebugEnabled() - Method in class cn.sliew.milky.log.NoLogger
 
isDebugEnabled() - Method in class cn.sliew.milky.log.Slf4jLogger
 
isDebugEnabled() - Method in class cn.sliew.milky.log.StdOutLogger
 
isEnabled(LogLevel) - Method in class cn.sliew.milky.log.AbstractLogger
 
isEnabled(LogLevel) - Method in class cn.sliew.milky.log.Log4J2Logger
 
isEnabled(LogLevel) - Method in interface cn.sliew.milky.log.Logger
Whether the logger instance enabled for the specified level.
isErrorEnabled() - Method in interface cn.sliew.milky.log.Logger
Whether the logger instance enabled for the ERROR level.
isErrorEnabled() - Method in class cn.sliew.milky.log.NoLogger
 
isErrorEnabled() - Method in class cn.sliew.milky.log.Slf4jLogger
 
isErrorEnabled() - Method in class cn.sliew.milky.log.StdOutLogger
 
isInfoEnabled() - Method in interface cn.sliew.milky.log.Logger
Whether the logger instance enabled for the INFO level.
isInfoEnabled() - Method in class cn.sliew.milky.log.NoLogger
 
isInfoEnabled() - Method in class cn.sliew.milky.log.Slf4jLogger
 
isInfoEnabled() - Method in class cn.sliew.milky.log.StdOutLogger
 
isTraceEnabled() - Method in interface cn.sliew.milky.log.Logger
whether the logger instance enabled for the TRACE level.
isTraceEnabled() - Method in class cn.sliew.milky.log.NoLogger
 
isTraceEnabled() - Method in class cn.sliew.milky.log.Slf4jLogger
 
isTraceEnabled() - Method in class cn.sliew.milky.log.StdOutLogger
 
isWarnEnabled() - Method in interface cn.sliew.milky.log.Logger
Whether the logger instance enabled for the WARN level.
isWarnEnabled() - Method in class cn.sliew.milky.log.NoLogger
 
isWarnEnabled() - Method in class cn.sliew.milky.log.Slf4jLogger
 
isWarnEnabled() - Method in class cn.sliew.milky.log.StdOutLogger
 

L

log(LogLevel, String) - Method in class cn.sliew.milky.log.AbstractLogger
 
log(LogLevel, String) - Method in class cn.sliew.milky.log.Log4J2Logger
 
log(LogLevel, String) - Method in interface cn.sliew.milky.log.Logger
Log a message at the specified level.
log(LogLevel, String, Object) - Method in class cn.sliew.milky.log.AbstractLogger
 
log(LogLevel, String, Object) - Method in class cn.sliew.milky.log.Log4J2Logger
 
log(LogLevel, String, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the specified level according to the specified format and argument.
log(LogLevel, String, Object...) - Method in class cn.sliew.milky.log.AbstractLogger
 
log(LogLevel, String, Object...) - Method in class cn.sliew.milky.log.Log4J2Logger
 
log(LogLevel, String, Object...) - Method in interface cn.sliew.milky.log.Logger
Log a message at the specified level according to the specified format and arguments.
log(LogLevel, String, Object, Object) - Method in class cn.sliew.milky.log.AbstractLogger
 
log(LogLevel, String, Object, Object) - Method in class cn.sliew.milky.log.Log4J2Logger
 
log(LogLevel, String, Object, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the specified level according to the specified format and arguments.
log(LogLevel, String, Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
log(LogLevel, String, Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
log(LogLevel, String, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the specified level with an accompanying message.
log(LogLevel, Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
log(LogLevel, Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
log(LogLevel, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the specified level.
Log4J2Logger - Class in cn.sliew.milky.log
Logger implementaion by Log4j2.
Log4J2LoggerFactory - Class in cn.sliew.milky.log
LoggerFactory log4j2 implementation.
Log4J2LoggerFactory() - Constructor for class cn.sliew.milky.log.Log4J2LoggerFactory
 
Logger - Interface in cn.sliew.milky.log
user log main entry point.
LoggerFactory - Class in cn.sliew.milky.log
Creates an Logger or changes the default factory implementation.
LoggerFactory() - Constructor for class cn.sliew.milky.log.LoggerFactory
 
LogLevel - Enum in cn.sliew.milky.log
The log level that Logger can log at.

N

name() - Method in class cn.sliew.milky.log.AbstractLogger
 
name() - Method in class cn.sliew.milky.log.Log4J2Logger
 
name() - Method in interface cn.sliew.milky.log.Logger
Return the name of this Logger instance.
newInstance(String) - Method in class cn.sliew.milky.log.Log4J2LoggerFactory
 
newInstance(String) - Method in class cn.sliew.milky.log.LoggerFactory
Creates a new logger instance with the specified name.
newInstance(String) - Method in class cn.sliew.milky.log.NoLoggerFactory
 
newInstance(String) - Method in class cn.sliew.milky.log.Slf4jLoggerFactory
 
newInstance(String) - Method in class cn.sliew.milky.log.StdOutLoggerFactory
 
NoLogger - Class in cn.sliew.milky.log
dumpy AbstractLogger implementation.
NoLoggerFactory - Class in cn.sliew.milky.log
dumpy LoggerFactory implementation.
NoLoggerFactory() - Constructor for class cn.sliew.milky.log.NoLoggerFactory
 

R

readResolve() - Method in class cn.sliew.milky.log.AbstractLogger
 

S

setDefaultFactory(LoggerFactory) - Static method in class cn.sliew.milky.log.LoggerFactory
Changes the default factory.
Slf4jLogger - Class in cn.sliew.milky.log
SLF4J logger.
Slf4jLoggerFactory - Class in cn.sliew.milky.log
Logger factory which creates a SLF4J logger.
StdOutLogger - Class in cn.sliew.milky.log
Logger implementaion by System.out and System.error.
StdOutLoggerFactory - Class in cn.sliew.milky.log
LoggerFactory standard io stream implementation.
StdOutLoggerFactory() - Constructor for class cn.sliew.milky.log.StdOutLoggerFactory
 

T

toString() - Method in class cn.sliew.milky.log.AbstractLogger
 
trace(String) - Method in interface cn.sliew.milky.log.Logger
Log a message at the TRACE level.
trace(String) - Method in class cn.sliew.milky.log.NoLogger
 
trace(String) - Method in class cn.sliew.milky.log.Slf4jLogger
 
trace(String) - Method in class cn.sliew.milky.log.StdOutLogger
 
trace(String, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object) - Method in class cn.sliew.milky.log.NoLogger
 
trace(String, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
trace(String, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
trace(String, Object...) - Method in interface cn.sliew.milky.log.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in class cn.sliew.milky.log.NoLogger
 
trace(String, Object...) - Method in class cn.sliew.milky.log.Slf4jLogger
 
trace(String, Object...) - Method in class cn.sliew.milky.log.StdOutLogger
 
trace(String, Object, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object, Object) - Method in class cn.sliew.milky.log.NoLogger
 
trace(String, Object, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
trace(String, Object, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
trace(String, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(String, Throwable) - Method in class cn.sliew.milky.log.NoLogger
 
trace(String, Throwable) - Method in class cn.sliew.milky.log.Slf4jLogger
 
trace(String, Throwable) - Method in class cn.sliew.milky.log.StdOutLogger
 
trace(Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
trace(Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
trace(Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the TRACE level.
TRACE - cn.sliew.milky.log.LogLevel
'TRACE' log level.

V

valueOf(String) - Static method in enum cn.sliew.milky.log.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.sliew.milky.log.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in interface cn.sliew.milky.log.Logger
Log a message at the WARN level.
warn(String) - Method in class cn.sliew.milky.log.NoLogger
 
warn(String) - Method in class cn.sliew.milky.log.Slf4jLogger
 
warn(String) - Method in class cn.sliew.milky.log.StdOutLogger
 
warn(String, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object) - Method in class cn.sliew.milky.log.NoLogger
 
warn(String, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
warn(String, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
warn(String, Object...) - Method in interface cn.sliew.milky.log.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object...) - Method in class cn.sliew.milky.log.NoLogger
 
warn(String, Object...) - Method in class cn.sliew.milky.log.Slf4jLogger
 
warn(String, Object...) - Method in class cn.sliew.milky.log.StdOutLogger
 
warn(String, Object, Object) - Method in interface cn.sliew.milky.log.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in class cn.sliew.milky.log.NoLogger
 
warn(String, Object, Object) - Method in class cn.sliew.milky.log.Slf4jLogger
 
warn(String, Object, Object) - Method in class cn.sliew.milky.log.StdOutLogger
 
warn(String, Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String, Throwable) - Method in class cn.sliew.milky.log.NoLogger
 
warn(String, Throwable) - Method in class cn.sliew.milky.log.Slf4jLogger
 
warn(String, Throwable) - Method in class cn.sliew.milky.log.StdOutLogger
 
warn(Throwable) - Method in class cn.sliew.milky.log.AbstractLogger
 
warn(Throwable) - Method in class cn.sliew.milky.log.Log4J2Logger
 
warn(Throwable) - Method in interface cn.sliew.milky.log.Logger
Log an exception (throwable) at the WARN level.
WARN - cn.sliew.milky.log.LogLevel
'WARN' log level.
A C D E G I L N R S T V W 
All Classes All Packages