# LoggedLogLevel type · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.loggedloglevel/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Names of the `ILogger` methods [logged()](https://imqueue.org/api/rpc/latest/rpc.logged/) can use to record a caught error.

**Signature:**

```typescript
export type LoggedLogLevel = 'info' | 'log' | 'warn' | 'error';
```

## Remarks

`ILogger` is declared by `@imqueue/core` and is not re-exported here — import it from that package if you need the type. A plain `console` satisfies it.

