Type alias LogOutputChannel

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

Sets the logLevel for your particular output channel.

Type declaration

Generated using TypeDoc