# LOG_LEVELS

**Kind:** Constant

**Source:** [`packages/common/services/logger.service.ts`](https://github.com/nestjs/nest/blob/master/packages/common/services/logger.service.ts#L6)

**Part of:** [Common](subsystem-packages-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[]
```
