Interface IOChannel

Input, output, etc.

interface IOChannel {
    enabled: boolean;
    levels: Set<LogLevel>;
}

Properties

Properties

enabled: boolean

Whether the channel is enabled

levels: Set<LogLevel>

Which log levels should be used with the channel