-
Home
-
API
-
XenoAtom.Logging
-
LogEventId
-
Constructors
-
LogEventId(Int32, String?)
LogEventId(Int32, String?) Constructor
Definition
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.