Uses of Interface
io.microsphere.logging.Logger
-
Packages that use Logger Package Description io.microsphere.classloading io.microsphere.convert io.microsphere.logging io.microsphere.metadata -
-
Uses of Logger in io.microsphere.classloading
Fields in io.microsphere.classloading declared as Logger Modifier and Type Field Description protected Logger
AbstractArtifactResourceResolver. logger
-
Uses of Logger in io.microsphere.convert
Fields in io.microsphere.convert declared as Logger Modifier and Type Field Description protected Logger
AbstractConverter. logger
-
Uses of Logger in io.microsphere.logging
Classes in io.microsphere.logging that implement Logger Modifier and Type Class Description class
AbstractLogger
An abstract implementation of theLogger
interface, providing common functionality for concrete logger implementations.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
NoOpLoggerFactory. createLogger(java.lang.String name)
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 -
Uses of Logger in io.microsphere.metadata
Fields in io.microsphere.metadata declared as Logger Modifier and Type Field Description protected Logger
ClassPathResourceConfigurationPropertyLoader. logger
-