Enumeration LogLevel

Numeric log threshold, ordered so that a message is emitted to the console sink when its level is >= the current threshold. OFF silences everything. Buffered entries (for displayLogs/proxies) are collected regardless of the threshold — the threshold only controls what echoes to the console as it happens.

Enumeration Members

Enumeration Members

DEBUG
ERROR
INFO
OFF
WARNING