-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Log.Enums
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Defines the default set of log records used for system logging.
public enum DefaultLogRecordStart 0
Indicates the start of a process or operation.
Stop 1
Indicates the stop or completion of a process or operation.
Warning 2
Indicates a warning event that does not necessarily interrupt the flow of execution.
Error 3
Indicates an error event that may impact the system's functionality.
Specifies the type of a log record.
public enum LogRecordTypeUndefined 0
The log record type is undefined.
Message 1
A general informational message.
Warning 2
A warning indicating a potential issue that does not stop the application.
Error 3
An error indicating a failure in the application.