ConfigurationConsoleLoggerSettings Class
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.
Caution
This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.
Settings for a Microsoft.Extensions.Logging.Console.ConsoleLogger.
public ref class ConfigurationConsoleLoggerSettings : Microsoft::Extensions::Logging::Console::IConsoleLoggerSettings
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.")]
public class ConfigurationConsoleLoggerSettings : Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.")>]
type ConfigurationConsoleLoggerSettings = class
interface IConsoleLoggerSettings
Public Class ConfigurationConsoleLoggerSettings
Implements IConsoleLoggerSettings
- Inheritance
-
ConfigurationConsoleLoggerSettings
- Attributes
- Implements
Constructors
ConfigurationConsoleLoggerSettings(IConfiguration) |
Creates a new instance of ConfigurationConsoleLoggerSettings. |
Properties
ChangeToken |
Gets the IChangeToken propagates notifications that a change has occurred. |
IncludeScopes |
Gets a value indicating whether scopes should be included in the message. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Reload() |
Reload the settings from the configuration. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryGetSwitch(String, LogLevel) |
Gets the log level for the specified switch. |