Class SetGlobalVerbosityInput
Input data transfer object for setting the voice language in the localization service.
Inherited Members
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 |