LogOutputChannel$Typings extension

on

Properties

debug ↔ void Function(String, [Iterable?])

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

getter/setter pair
error ↔ void Function(Object, [Iterable?])

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

getter/setter pair
info ↔ void Function(String, [Iterable?])

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

getter/setter pair
logLevel LogLevel

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

The current log level of the channel. Defaults to {@link env.logLeveleditor log level}.
no setter
onDidChangeLogLevel Event<LogLevel>

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

An {@link Event} which fires when the log level of the channel changes.
no setter
trace ↔ void Function(String, [Iterable?])

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

getter/setter pair
warn ↔ void Function(String, [Iterable?])

Available on LogOutputChannel, provided by the LogOutputChannel$Typings extension

getter/setter pair