Type Alias LogOutputChannel

LogOutputChannel: { level?: LogLevel; out: LogOutput }

Sets the logLevel for your particular output channel.

Type declaration