logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LoggingInstallerInstallInput

    Input data transfer object for installing a logging service.

    Inheritance
    object
    LoggingInstallerInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Logging.Installation.Installers.Dto
    Assembly: Serenity.Global.Installation.dll
    Syntax
    public class LoggingInstallerInstallInput

    Constructors

    LoggingInstallerInstallInput(ILogSettings)

    Initializes a new instance of the LoggingInstallerInstallInput class.

    Declaration
    public LoggingInstallerInstallInput(ILogSettings settings)
    Parameters
    Type Name Description
    ILogSettings settings

    The logging settings to be used during installation.

    Fields

    Settings

    Declaration
    public ILogSettings Settings
    Field Value
    Type Description
    ILogSettings

    The logging settings to be used during installation.

    In this article
    © 2026 Serenity. All Rights Reserved