# LogLevel

**Kind:** Type

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/utils/logger.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/utils/logger.ts#L8)

Pipeline Logger

Structured logging for the documentation automation pipeline.
Supports different log levels and can output to console or external services.

## Definition

```ts
'debug' | 'info' | 'warn' | 'error'
```
