logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class FakeLogSettings

    No-op ILogSettings implementation for testing.

    Inheritance
    object
    FakeLogSettings
    Implements
    ILogSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Tests.Shared.Fakes
    Assembly: Tests.dll
    Syntax
    public class FakeLogSettings : ILogSettings

    Constructors

    FakeLogSettings()

    Declaration
    public FakeLogSettings()

    Properties

    CategoryVerbosity

    Declaration
    public LogCategoryVerbosity[] CategoryVerbosity { get; set; }
    Property Value
    Type Description
    LogCategoryVerbosity[]

    ShowCategory

    Declaration
    public bool ShowCategory { get; set; }
    Property Value
    Type Description
    bool

    ShowTimestamps

    Declaration
    public bool ShowTimestamps { get; set; }
    Property Value
    Type Description
    bool

    UseRichText

    Declaration
    public bool UseRichText { get; set; }
    Property Value
    Type Description
    bool

    Verbosity

    Declaration
    public LogVerbosity Verbosity { get; set; }
    Property Value
    Type Description
    LogVerbosity

    Implements

    ILogSettings
    In this article
    © 2026 Serenity. All Rights Reserved