-
Notifications
You must be signed in to change notification settings - Fork 0
net472_EventLogHelper.EnumsNamespace
dparvin edited this page Sep 10, 2025
·
1 revision
| public type | description |
|---|---|
| enum LoggingLevel | Defines the global logging level (threshold) that controls which log entries are written to the Windows Event Log. |
| enum LoggingSeverity | Represents the severity of an individual log entry. |
| class NamespaceDoc | |
| enum SourceResolutionBehavior | Specifies how to resolve situations where an event source is already registered to a different log than the one requested. This determines whether logging should fail, adapt, or create a new source. |