logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SetGlobalVerbosity

    Use case for setting the global verbosity level for logging.

    Inheritance
    object
    SetGlobalVerbosity
    Implements
    ISyncUseCase<SetGlobalVerbosityInput>
    IUseCase
    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.UseCases
    Assembly: Serenity.Global.Application.dll
    Syntax
    public class SetGlobalVerbosity : ISyncUseCase<SetGlobalVerbosityInput>, IUseCase

    Constructors

    SetGlobalVerbosity(ILogService)

    Initializes a new instance of the SetGlobalVerbosity class.

    Declaration
    public SetGlobalVerbosity(ILogService service)
    Parameters
    Type Name Description
    ILogService service

    The logging service to use.

    Methods

    Execute(SetGlobalVerbosityInput)

    Sets the global verbosity level for the logging service.

    Declaration
    public void Execute(SetGlobalVerbosityInput input)
    Parameters
    Type Name Description
    SetGlobalVerbosityInput input

    Implements

    ISyncUseCase<TInput>
    IUseCase
    In this article
    © 2026 Serenity. All Rights Reserved