# ILogger.info() method · @imqueue/core

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

Writes a message at the `info` level.

**Signature:**

```typescript
info(...args: unknown[]): void;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| args | unknown\[\] | values to log |


**Returns:**

void

