Interface CreateWinstonConfigOptions

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

Properties

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