interface RegisterOptions {
    logLevel?: LevelWithSilent;
    logSerializers?: Record<string, ((value) => string)>;
    prefix?: string;
}

Properties

logLevel?: LevelWithSilent
logSerializers?: Record<string, ((value) => string)>

Type declaration

    • (value): string
    • Parameters

      • value: any

      Returns string

prefix?: string