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 ThrottleLoggerThrottleLogger. get1HrLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. get1MinLLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. get1MinLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. get5MinLLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. get5MinLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. get5MinLogger(String category)static ThrottleLoggerThrottleLogger. getLLogger(Class<?> aClass)Logs duplicate messages with lower priority instead of just ignoring, with 5 minutes throttling.static ThrottleLoggerThrottleLogger. getLLogger(Class<?> aClass, long timeLimitNanos)Logs duplicate messages with lower priority instead of just ignoring them.static ThrottleLoggerThrottleLogger. getLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. getLogger(Class<?> aClass, long timeLimitNanos)static ThrottleLoggerThrottleLogger. getLogger(Class<?> aClass, long timeLimitNanos, boolean lowerLevel)static ThrottleLoggerThrottleLogger. getLogger(Class<?> aClass, long timeLimitNanos, long messageLimit, boolean lowerLevel)static ThrottleLoggerThrottleLogger. getLogger(String category)static ThrottleLoggerThrottleLogger. getLogger(String category, long timeLimitNanos)static ThrottleLoggerThrottleLogger. getLogger(String category, long timeLimitNanos, long messageLimit, boolean lowerLevel)static ThrottleLoggerThrottleLogger. getLogger(ThrottleLogger.LoggerAdapter loggerAdapter, long timeLimitNanos, long messageLimit, boolean lowerLevel)static ThrottleLoggerThrottleLogger. getNoThrottleLogger(Class<?> aClass)static ThrottleLoggerThrottleLogger. getNoThrottleLogger(String category)
-