Skip to content

DiGi.Log.Enums

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Log.Enums Namespace

Enums

DefaultLogRecord Enum

Defines the default set of log records used for system logging.

public enum DefaultLogRecord

Fields

Start 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.

LogRecordType Enum

Specifies the type of a log record.

public enum LogRecordType

Fields

Undefined 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.

Clone this wiki locally