Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Log.Logging.LevelEnum Enumeration

Defines the logging event severity level.

Class: YetaWF.Core.Log.Logging
Namespace: YetaWF.Core.Log
Assembly: YetaWF.Core

Syntax

public enum LevelEnum;

Values

NameValueDescription
Trace0Defines a tracing/debug event.
Info25Defines an informational event.
Warning50Defines an warning event.
Error99Defines an error event.
Always200Defines an event that is always logged (not necessarily an error).

See Also YetaWF.Core.Log.Logging Class YetaWF.Core Overview