logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SetGlobalVerbosityInput

    Input data transfer object for setting the voice language in the localization service.

    Inheritance
    object
    SetGlobalVerbosityInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Localization.Application.DTO
    Assembly: Serenity.Global.Application.dll
    Syntax
    public class SetGlobalVerbosityInput

    Constructors

    SetGlobalVerbosityInput(LogVerbosity)

    Initializes a new instance of the SetGlobalVerbosityInput class.

    Declaration
    public SetGlobalVerbosityInput(LogVerbosity verbosity)
    Parameters
    Type Name Description
    LogVerbosity verbosity

    Verbosity to be set on Logger.

    Fields

    Verbosity

    Declaration
    public LogVerbosity Verbosity
    Field Value
    Type Description
    LogVerbosity

    The Verbosity used for this category

    In this article
    © 2026 Serenity. All Rights Reserved