Table of Contents

Class LogCategory

Namespace
Dynamicweb.Logging
Assembly
Dynamicweb.Core.dll

Indicates the category of a logging entry.

public class LogCategory
Inheritance
LogCategory
Inherited Members

Fields

Application

public const string Application = "Application"

Field Value

string

DataIntegration

public const string DataIntegration = "DataIntegration"

Field Value

string

Health

public const string Health = "Health"

Field Value

string

Monitoring

public const string Monitoring = "Monitoring"

Field Value

string

Provider

public const string Provider = "Provider"

Field Value

string

Security

public const string Security = "Security"

Field Value

string

Methods

GetAllCategories()

Get the collection of all log event categories.

public static IEnumerable<string> GetAllCategories()

Returns

IEnumerable<string>
To top