LogEvent

public class LogEvent : UniquelyIdentifiable

A single log event.

This includes high level context information so that logs can identify more accurately what items relate to.

In the case of Feature based apps, this means you can tell all the log activity that relates to a specific feature just by looking at the logs. Even if it comes from different subsystems.