logzen
    Preparing search index...

    Interface IOChannel

    Input, output, etc.

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

    Properties

    Properties

    enabled: boolean

    Whether the channel is enabled

    levels: Set<LogLevel>

    Which log levels should be used with the channel