# ILogViewUpdate&lt;TLogEntry&gt;.Submit(TLogEntry)

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

```csharp
public abstract void Submit(TLogEntry entry)
```

Submit a single log entry to be appended to the global log, either at the current or at any later position.

### Parameters

- `entry` (`TLogEntry`)
