# LogEntry.Deconstruct(DateTimeOffset, LogLevel, string, EventId, string, Exception?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.logentry/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.logentry/methods/)

```csharp
public void Deconstruct(out DateTimeOffset Timestamp, out LogLevel LogLevel, out string Category, out EventId EventId, out string Message, out Exception? Exception)
```

### Parameters

- `Timestamp` (`DateTimeOffset`)
- `LogLevel` (`LogLevel`)
- `Category` (`string`)
- `EventId` (`EventId`)
- `Message` (`string`)
- `Exception` (`Exception?`)
