@deep/nest-kit
    Preparing search index...

    Interface CreateWinstonConfigOptions

    interface CreateWinstonConfigOptions {
        appName: string;
        googleCloudLoggingOptions?: Options;
        useConsole?: boolean;
        useGoogleCloudLogging?: boolean;
    }
    Index

    Properties

    appName: string
    googleCloudLoggingOptions?: Options
    useConsole?: boolean
    useGoogleCloudLogging?: boolean