# LoggerOptions

`interface` in `services` · v0.8.2

<https://docs.seedcord.org/packages/services/0.8.2/interfaces/logger-options>

Options for creating a Logger instance.

```ts
interface LoggerOptions
```

## Properties

### channel

```ts
channel: string;
```

Channel to log to.

### format

```ts
format: LoggerFormatMode;
```

Format mode for output

### stripAnsi

```ts
stripAnsi: boolean;
```

Whether to strip ANSI color codes
