interface ZBLoggerOptions {
    color?: Chalk;
    loglevel?: Loglevel;
    longPoll?: MaybeTimeDuration;
    namespace: string | string[];
    pollInterval?: MaybeTimeDuration;
    stdout?: ZBCustomLogger;
    taskType?: string;
}

Hierarchy (view full)

Properties

color?: Chalk
loglevel?: Loglevel
longPoll?: MaybeTimeDuration
namespace: string | string[]
pollInterval?: MaybeTimeDuration
taskType?: string

Generated using TypeDoc