Uses of Class
io.atomix.utils.logging.LoggerContext
-
Packages that use LoggerContext Package Description io.atomix.utils.logging Provides utility classes for logging in complex objects. -
-
Uses of LoggerContext in io.atomix.utils.logging
Methods in io.atomix.utils.logging that return LoggerContext Modifier and Type Method Description LoggerContextLoggerContext.Builder. build()Methods in io.atomix.utils.logging with parameters of type LoggerContext Modifier and Type Method Description static ContextualLoggerContextualLoggerFactory. getLogger(Class clazz, LoggerContext context)Returns a contextual logger.static ContextualLoggerContextualLoggerFactory. getLogger(String name, LoggerContext context)Returns a contextual logger.Constructors in io.atomix.utils.logging with parameters of type LoggerContext Constructor Description ContextualLogger(org.slf4j.Logger delegate, LoggerContext context)
-