Interface NamespacedLoggerOptions

Hierarchy

  • NamespacedLoggerOptions

Properties

appName: string
appVersion: string
context: string
environment: "production" | "prod" | "development" | "dev" | "staging" | "local"
getClient: (() => Logger | Promise<Logger>)

Type declaration

    • (): Logger | Promise<Logger>
    • Returns Logger | Promise<Logger>

pingSubscribers?: boolean
slackNotifier?: SlackNotifier
tags?: string[]
topic?: string

Generated using TypeDoc