Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Level

Represent the severity level that a log message should be created at.

Inheritance
System.Object
Level
Namespace: EPiServer.Logging
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public sealed class Level : Enum

Fields

Critical

Designates information about severe error events in an application that will prevents it from continuing to execute.

Declaration
public const Level Critical
Field Value
Type Description
Level

Debug

Designates fine-grained information useful when debugging an application

Declaration
public const Level Debug
Field Value
Type Description
Level

Error

Designates information about errors in an application that won't prevent it from continuing to execute.

Declaration
public const Level Error
Field Value
Type Description
Level

Information

Designates information about non-harmful events in the an application

Declaration
public const Level Information
Field Value
Type Description
Level

Trace

Designates very fine-grained information potentially useful when debugging an application. Can be very verbose.

Declaration
public const Level Trace
Field Value
Type Description
Level

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Warning

Designates information about potentially harmful events in the an application

Declaration
public const Level Warning
Field Value
Type Description
Level

Extension Methods