DisBot
    Preparing search index...

    Type Alias LogDefinition

    type LogDefinition = {
        emit: "stdout" | "event";
        level: LogLevel;
    }
    Index

    Properties

    Properties

    emit: "stdout" | "event"
    level: LogLevel