Skip to content

LOG_LEVELS

reference
1 min readUpdated

Kind: Constant

Source: packages/common/services/logger.service.ts

Part of: Common

Definition

ts
[
  'verbose',
  'debug',
  'log',
  'warn',
  'error',
  'fatal',
] as const satisfies string[]

Value

ts
[
  'verbose',
  'debug',
  'log',
  'warn',
  'error',
  'fatal',
] as const satisfies string[]

Was this page helpful?

Download as PDF
LOG_LEVELS — NestJS head-to-head