# LoggerSinkLogEntry

`interface` in `services` · v0.7.1

<https://docs.seedcord.org/packages/services/0.7.1/interfaces/logger-sink-log-entry>

A log entry passed to custom sinks.

```ts
interface LoggerSinkLogEntry
```

## Properties

### channel

```ts
readonly channel: string
```

Channel the log originated from

### info

```ts
readonly info: Logform.TransformableInfo
```

Raw Winston log info object

### rendered

```ts
readonly rendered: string
```

Pre-formatted log message ready for display
