Uses of Class
io.atomix.utils.logging.ContextualLogger
-
Packages that use ContextualLogger Package Description io.atomix.utils.logging Provides utility classes for logging in complex objects. -
-
Uses of ContextualLogger in io.atomix.utils.logging
Methods in io.atomix.utils.logging that return ContextualLogger 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.
-