Uses of Interface
io.microsphere.logging.Logger
-
Packages that use Logger Package Description io.microsphere.classloading io.microsphere.logging -
-
Uses of Logger in io.microsphere.classloading
Fields in io.microsphere.classloading declared as Logger Modifier and Type Field Description protected Logger
AbstractArtifactResolver. logger
-
Uses of Logger in io.microsphere.logging
Classes in io.microsphere.logging that implement Logger Modifier and Type Class Description class
AbstractLogger
The abstract class ofLogger
Methods in io.microsphere.logging that return Logger Modifier and Type Method Description Logger
ACLLoggerFactory. createLogger(java.lang.String name)
Logger
JDKLoggerFactory. createLogger(java.lang.String name)
abstract Logger
LoggerFactory. createLogger(java.lang.String name)
Create a newLogger
Logger
Sfl4jLoggerFactory. createLogger(java.lang.String name)
static Logger
LoggerFactory. getLogger(java.lang.Class<?> type)
Get an instance ofLogger
by typestatic Logger
LoggerFactory. getLogger(java.lang.String name)
Get an instance ofLogger
by name
-