WithVerbosityConfiguration(LoggingVerbosityConfiguration)
Changes the verbosity for the current execution context.
Declaration
public LoggingContextLocalConfigurationScope WithVerbosityConfiguration(LoggingVerbosityConfiguration verbosity)
Parameters
Type | Name | Description |
---|---|---|
LoggingVerbosityConfiguration | verbosity | The new LoggingVerbosityConfiguration for the current execution context. |
Returns
Type | Description |
---|---|
LoggingContextLocalConfigurationScope | An opaque and disposable cookie that allows to change the CurrentContextLocalConfiguration back to its original value |