Type Alias JsonPrettyDestination

JsonPrettyDestination: StreamDestination & {
    object?: boolean;
}

Type declaration

  • Optionalobject?: boolean

    Specify if the stream should output log as object or stringified JSON