logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CreateLogServiceDTO

    Data transfer object for creating a log service with specified settings.

    Inheritance
    object
    CreateLogServiceDTO
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Logging.Application.Interfaces.Factories.Dto
    Assembly: Serenity.Global.Application.dll
    Syntax
    public class CreateLogServiceDTO

    Constructors

    CreateLogServiceDTO(string, ILogSettings)

    Initializes a new instance of the CreateLogServiceDTO class.

    Declaration
    public CreateLogServiceDTO(string serviceName, ILogSettings settings)
    Parameters
    Type Name Description
    string serviceName

    The name of the log service to be created.

    ILogSettings settings

    The logging settings to configure the log service.

    Fields

    ServiceName

    Declaration
    public string ServiceName
    Field Value
    Type Description
    string

    The name of the log service to be created.

    Settings

    Declaration
    public ILogSettings Settings
    Field Value
    Type Description
    ILogSettings

    The logging settings to configure the log service.

    In this article
    © 2026 Serenity. All Rights Reserved