Struct LogCategoryVerbosityOverride
Struct representing a log category verbosity override.
Inherited Members
Namespace: Serenity.Logging.Domain.Structs
Assembly: Serenity.Global.Domain.dll
Syntax
public struct LogCategoryVerbosityOverride
Fields
Category
Declaration
public string Category
Field Value
| Type | Description |
|---|---|
| string | The category of the log entry. |
Verbosity
Declaration
public LogVerbosity Verbosity
Field Value
| Type | Description |
|---|---|
| LogVerbosity | The verbosity level for the log category. |
Methods
ToDomain()
Converts this struct to a domain LogCategoryVerbosity object.
Declaration
public LogCategoryVerbosity ToDomain()
Returns
| Type | Description |
|---|---|
| LogCategoryVerbosity | A LogCategoryVerbosity object representing this struct. |