Table of Contents

Class EventType

Namespace
CMS.EventLog
Assembly
CMS.EventLog.dll

Event type constants

public class EventType
Inheritance
object
EventType
Extension Methods

Fields

ERROR

Error event type.

public const string ERROR = "E"

Field Value

string

INFORMATION

Info event type.

public const string INFORMATION = "I"

Field Value

string

WARNING

Warning event type.

public const string WARNING = "W"

Field Value

string

Methods

FromEventTypeEnum(EventTypeEnum)

Returns the string code representation of eventType.

public static string FromEventTypeEnum(EventTypeEnum eventType)

Parameters

eventType EventTypeEnum

Returns

string

ToEventTypeEnum(string)

Converts event type string code to EventTypeEnum.

public static EventTypeEnum ToEventTypeEnum(string eventType)

Parameters

eventType string

Event type string code.

Returns

EventTypeEnum