Table of Contents

Class LogFilter

Namespace
Homa.Sdk.Logging
Assembly
Homa.Sdk.Logging.dll

Describe a set of rules for filtering logs.

[Serializable]
public class LogFilter
Inheritance
LogFilter
Inherited Members

Properties

CategorySpecificFilters

Filters to apply only to messages with specific categories.

[CreateProperty]
public Dictionary<string, LogLevels> CategorySpecificFilters { get; set; }

Property Value

Dictionary<string, LogLevels>

DefaultAllowedLogLevels

The log levels to not filter out. Can be overridden for messages with specific tags using CategorySpecificFilters.

[CreateProperty]
public LogLevels DefaultAllowedLogLevels { get; set; }

Property Value

LogLevels