FakeLogger.ControlLevel(LogLevel, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the enabled state of a log level.
public:
void ControlLevel(Microsoft::Extensions::Logging::LogLevel logLevel, bool enabled);
public void ControlLevel (Microsoft.Extensions.Logging.LogLevel logLevel, bool enabled);
member this.ControlLevel : Microsoft.Extensions.Logging.LogLevel * bool -> unit
Public Sub ControlLevel (logLevel As LogLevel, enabled As Boolean)
Parameters
- logLevel
- LogLevel
The log level to affect.
- enabled
- Boolean
Whether the log level is enabled or not.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.