# `LlmCore.Telemetry.Logger`
[🔗](https://github.com/fosferon/llm_core/blob/v0.3.0/lib/llm_core/telemetry/logger.ex#L1)

Simple telemetry handler that logs llm_core pipeline events.

# `install`

```elixir
@spec install(keyword()) :: :ok | {:error, term()}
```

Attaches the telemetry handler for llm_core pipeline events.

## Options

  * `:events` - list of event names to attach to (defaults to pipeline stop/exception)
  * `:level` - Logger level for emitted messages (default: `:info`)

# `uninstall`

```elixir
@spec uninstall() :: :ok | {:error, :not_found}
```

Detaches the telemetry handler.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
