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
DataIntegration
public const string DataIntegration = "DataIntegration"
Field Value
Health
public const string Health = "Health"
Field Value
Monitoring
public const string Monitoring = "Monitoring"
Field Value
Provider
public const string Provider = "Provider"
Field Value
Security
public const string Security = "Security"
Field Value
Methods
GetAllCategories()
Get the collection of all log event categories.
public static IEnumerable<string> GetAllCategories()