Class FakeLogSettings
No-op ILogSettings implementation for testing.
Inheritance
FakeLogSettings
Assembly: Tests.dll
Syntax
public class FakeLogSettings : ILogSettings
Constructors
FakeLogSettings()
Declaration
Properties
CategoryVerbosity
Declaration
public LogCategoryVerbosity[] CategoryVerbosity { get; set; }
Property Value
| Type |
Description |
| LogCategoryVerbosity[] |
|
ShowCategory
Declaration
public bool ShowCategory { get; set; }
Property Value
ShowTimestamps
Declaration
public bool ShowTimestamps { get; set; }
Property Value
UseRichText
Declaration
public bool UseRichText { get; set; }
Property Value
Verbosity
Declaration
public LogVerbosity Verbosity { get; set; }
Property Value
| Type |
Description |
| LogVerbosity |
|
Implements
Serenity.Logging.Application.Entities.ILogSettings