# Sandbox.Connection.SendLog

```csharp
void SendLog(LogLevel level, string message)
```

Log a message to the console for this connection.

### Parameters

- `level` (`LogLevel`)
- `message` (`string`)

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
