Class SetGlobalVerbosity
Use case for setting the global verbosity level for logging.
Inherited Members
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 |