LogEventId(Int32, String?) Constructor

Definition

Assembly XenoAtom.Logging.dll

A log event id associated with a name.

public LogEventId(int Id, string? Name)

Parameters

Id
Int32

The id of this log event.

Name
String

The short name of this log event.