LogSeverity Enumeration

Logging severity types.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public enum LogSeverity

Members

Debug0Log as a debugging message.
Information1Log as an informational message.
Warning2Log as a warning message.
Error3Log as an error message.
Fatal4Log as a fatal message.

See Also