# ILogConsistencyProtocolServices.Log(LogLevel, string, object[])

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogconsistencyprotocolservices/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogconsistencyprotocolservices/methods/)

```csharp
public abstract void Log(LogLevel level, string format, params object[] args)
```

Output the specified message at the specified log level.

### Parameters

- `level` (`LogLevel`)
- `format` (`string`)
- `args` (`object[]`)
