# LoggerOptions

`interface` in `services` · v0.7.1

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

Options for creating a Logger instance.

```ts
interface LoggerOptions
```

## Properties

### channel

```ts
channel: string;
```

Channel to log to (defaults to configured default channel)

### format

```ts
format: LoggerFormatMode;
```

Format mode for output

### stripAnsi

```ts
stripAnsi: boolean;
```

Whether to strip ANSI color codes
