class ThrottledHandler extends ProxyHandler
NOTE: ThrottledHandler emits plain-text messages regarding any throttling it does. This means that using it to wrap any logger which you expect to produce easily parseable, well-structured logs (as opposed to just plain text logs) will break your format. Specifically, DO NOT wrap Thrift Scribing loggers with ThrottledHandler.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThrottledHandler
- ProxyHandler
- Handler
- Handler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- ProxyHandler → Handler
- val duration: Duration
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush(): Unit
- Definition Classes
- ProxyHandler → Handler
-
def
flushThrottled(): Unit
Force printing any "swallowed" messages.
-
val
formatter: Formatter
- Definition Classes
- Handler
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getEncoding(): String
- Definition Classes
- ProxyHandler → Handler
-
def
getErrorManager(): ErrorManager
- Definition Classes
- ProxyHandler → Handler
-
def
getFilter(): Filter
- Definition Classes
- ProxyHandler → Handler
-
def
getFormatter(): java.util.logging.Formatter
- Definition Classes
- ProxyHandler → Handler
-
def
getLevel(): java.util.logging.Level
- Definition Classes
- ProxyHandler → Handler
-
val
handler: Handler
- Definition Classes
- ProxyHandler
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLoggable(record: java.util.logging.LogRecord): Boolean
- Definition Classes
- ProxyHandler → Handler
-
val
level: Option[Level]
- Definition Classes
- Handler
- val maxToDisplay: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
publish(record: java.util.logging.LogRecord): Unit
Log a message, with sprintf formatting, at the desired level, and attach an exception and stack trace.
Log a message, with sprintf formatting, at the desired level, and attach an exception and stack trace.
- Definition Classes
- ThrottledHandler → ProxyHandler → Handler
-
def
reportError(arg0: String, arg1: Exception, arg2: Int): Unit
- Attributes
- protected[java.util.logging]
- Definition Classes
- Handler
-
def
setEncoding(encoding: String): Unit
- Definition Classes
- ProxyHandler → Handler
-
def
setErrorManager(errorManager: ErrorManager): Unit
- Definition Classes
- ProxyHandler → Handler
-
def
setFilter(filter: Filter): Unit
- Definition Classes
- ProxyHandler → Handler
-
def
setFormatter(formatter: java.util.logging.Formatter): Unit
- Definition Classes
- ProxyHandler → Handler
-
def
setLevel(level: java.util.logging.Level): Unit
- Definition Classes
- ProxyHandler → Handler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Handler → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )