Uses of Class
org.terracotta.utilities.logging.LoggerBridge
-
Packages that use LoggerBridge Package Description org.terracotta.utilities.logging -
-
Uses of LoggerBridge in org.terracotta.utilities.logging
Fields in org.terracotta.utilities.logging with type parameters of type LoggerBridge Modifier and Type Field Description private static java.util.Map<org.slf4j.Logger,java.util.Map<org.slf4j.event.Level,LoggerBridge>>LoggerBridge. INSTANCESMethods in org.terracotta.utilities.logging that return LoggerBridge Modifier and Type Method Description static LoggerBridgeLoggerBridge. getInstance(org.slf4j.Logger delegate, org.slf4j.event.Level level)Creates or gets theLoggerBridgeinstance for the delegateLoggerandLevel.
-