Uses of Class
jetbrains.buildServer.log.ThrottleLogger
-
Packages that use ThrottleLogger Package Description jetbrains.buildServer.log -
-
Uses of ThrottleLogger in jetbrains.buildServer.log
Methods in jetbrains.buildServer.log that return ThrottleLogger Modifier and Type Method Description static ThrottleLogger
ThrottleLogger. get1HrLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. get1MinLLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. get1MinLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. get5MinLLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. get5MinLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. get5MinLogger(String category)
static ThrottleLogger
ThrottleLogger. getLLogger(Class<?> aClass)
Logs duplicate messages with lower priority instead of just ignoring, with 5 minutes throttling.static ThrottleLogger
ThrottleLogger. getLLogger(Class<?> aClass, long timeLimitNanos)
Logs duplicate messages with lower priority instead of just ignoring them.static ThrottleLogger
ThrottleLogger. getLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. getLogger(Class<?> aClass, long timeLimitNanos)
static ThrottleLogger
ThrottleLogger. getLogger(Class<?> aClass, long timeLimitNanos, boolean lowerLevel)
static ThrottleLogger
ThrottleLogger. getLogger(Class<?> aClass, long timeLimitNanos, long messageLimit, boolean lowerLevel)
static ThrottleLogger
ThrottleLogger. getLogger(String category)
static ThrottleLogger
ThrottleLogger. getLogger(String category, long timeLimitNanos)
static ThrottleLogger
ThrottleLogger. getLogger(String category, long timeLimitNanos, long messageLimit, boolean lowerLevel)
static ThrottleLogger
ThrottleLogger. getLogger(ThrottleLogger.LoggerAdapter loggerAdapter, long timeLimitNanos, long messageLimit, boolean lowerLevel)
static ThrottleLogger
ThrottleLogger. getNoThrottleLogger(Class<?> aClass)
static ThrottleLogger
ThrottleLogger. getNoThrottleLogger(String category)
-