@camunda8/sdk
    Preparing search index...

    Interface ZBLoggerConfig

    interface ZBLoggerConfig {
        _tag: "ZBCLIENT" | "ZBWORKER" | "GRPCMIDDLEWARE";
        color?: Chalk;
        colorise?: boolean;
        id?: string;
        loglevel?: Loglevel;
        longPoll?: MaybeTimeDuration;
        namespace: string | string[];
        pollInterval?: MaybeTimeDuration;
        stdout?: ZBCustomLogger;
        taskType?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _tag: "ZBCLIENT" | "ZBWORKER" | "GRPCMIDDLEWARE"
    color?: Chalk
    colorise?: boolean
    id?: string
    loglevel?: Loglevel
    longPoll?: MaybeTimeDuration
    namespace: string | string[]
    pollInterval?: MaybeTimeDuration
    taskType?: string