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?