Microsoft.Extensions.Logging.Console For consoles which understand the ANSI escape code sequences to represent color Parses a subset of display attributes Set Display Attributes Set Attribute Mode [{attr1};...;{attrn}m Sets multiple display attribute settings. The following lists standard attributes that are getting parsed: 1 Bright Foreground Colours 30 Black 31 Red 32 Green 33 Yellow 34 Blue 35 Magenta 36 Cyan 37 White Background Colours 40 Black 41 Red 42 Green 43 Yellow 44 Blue 45 Magenta 46 Cyan 47 White Settings for a . Creates a new instance of . The configuration values. Gets the that propagates notifications that a change has occurred. Gets a value indicating whether scopes should be included in the message. Reload the settings from the configuration. The reloaded settings. Gets the log level for the specified switch. The name of the switch to look up. When this method returns, contains the value of the switch if it is found. If the switch is not found, the method returns false and sets the value of level to LogLevel.None if the switch was found, otherwise . Allows custom log messages formatting. Initializes a new instance of . Gets the name associated with the console log formatter. Writes the log message to the specified TextWriter. If the formatter wants to write colors to the console, it can do so by embedding ANSI color codes into the string. The log entry. The provider of scope data. The string writer embedding ansi code for colors. The type of the object to be written. Reserved formatter names for the built-in console formatters. Reserved name for simple console formatter. Reserved name for json console formatter. Reserved name for systemd console formatter. Options for the built-in console log formatter. Initializes a new instance of the class. Gets or sets a value that indicates whether scopes are included. if scopes are included. Gets or sets the format string used to format timestamp in logging messages. The default is . Gets or sets a value that indicates whether or not UTC timezone should be used to format timestamps in logging messages. The default is . A logger that writes messages in the console. Describes the format of messages. Produce messages in the default console format. Produce messages in a format suitable for console output to the systemd journal. Options for a . Gets or sets a value that indicates whether colors are disabled. if colors are disabled. Gets or sets the log message format. The default value is . Gets or sets the name of the log message formatter to use. The default value is . Gets or sets a value that indicates whether scopes are included. if scopes are included. Gets or sets value indicating the minimum level of messages that get written to Console.Error. Gets or sets the format string used to format timestamp in logging messages. The default value is . Gets or sets a value that indicates whether UTC timezone should be used to format timestamps in logging messages. if the UTC timezone should be used to format timestamps. The default value is . Gets or sets the desired console logger behavior when the queue becomes full. The default value is . Gets or sets the maximum number of enqueued messages. The default value is 2500. A provider of instances. Creates an instance of . The options to create instances with. Creates an instance of . The options to create instances with. Log formatters added for instances. Describes the console logger behavior when the queue becomes full. Blocks the logging threads once the queue limit is reached. Drops new log messages when the queue is full. This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions. This property is retained only for compatibility. This property is retained only for compatibility. This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions. This property is retained only for compatibility. This property is retained only for compatibility. This property is retained only for compatibility. This property is retained only for compatibility. This property is retained only for compatibility. This property is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. Options for the built-in JSON console log formatter. Initializes a new instance of the class. Gets or sets JsonWriterOptions. Describes when to use color when logging messages. Use the default color behavior, enabling color except when the console output is redirected. Enables color except when the console output is redirected. Enable color for logging. Disable color for logging. Options for the built-in default console log formatter. Initializes a new instance of the class. Gets or sets the behavior that describes when to use color when logging messages. Gets or sets a value that indicates whether the entire message is logged in a single line. if the entire message is logged in a single line. Configures a ConsoleFormatterOptions object from an IConfiguration. Doesn't use ConfigurationBinder in order to allow ConfigurationBinder, and all its dependencies, to be trimmed. This improves app size and startup. Configures a ConsoleLoggerOptions object from an IConfiguration. Doesn't use ConfigurationBinder in order to allow ConfigurationBinder, and all its dependencies, to be trimmed. This improves app size and startup. Provides extension methods for the and classes. Adds a console logger named 'Console' to the factory. The to use. Adds a console logger named 'Console' to the factory. The to use. A delegate to configure the . Add the default console log formatter named 'simple' to the factory with default properties. The to use. Add and configure a console log formatter named 'simple' to the factory. The to use. A delegate to configure the options for the built-in default log formatter. Add a console log formatter named 'json' to the factory with default properties. The to use. Add and configure a console log formatter named 'json' to the factory. The to use. A delegate to configure the options for the built-in json log formatter. Add and configure a console log formatter named 'systemd' to the factory. The to use. A delegate to configure the options for the built-in systemd log formatter. Add a console log formatter named 'systemd' to the factory with default properties. The to use. Adds a custom console logger formatter 'TFormatter' to be configured with options 'TOptions'. The to use. Adds a custom console logger formatter 'TFormatter' to be configured with options 'TOptions'. The to use. A delegate to configure options 'TOptions' for custom formatter 'TFormatter'. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. This method is retained only for compatibility. Scope provider that does nothing. Returns a cached instance of . An empty scope without any logic Attempts to bind the given object instance to configuration values by matching property names against configuration keys recursively. Attempts to bind the given object instance to configuration values by matching property names against configuration keys recursively. Attempts to bind the given object instance to configuration values by matching property names against configuration keys recursively. Attempts to bind the given object instance to configuration values by matching property names against configuration keys recursively. Tries to get the configuration value for the specified key. If required by the binder options, validates that there are no unknown keys in the input configuration object. Whether to output ansi color strings. Get whether to emit ANSI color codes. {0} is not a supported queue mode value. {0} must be larger than zero. {0} message(s) dropped because of queue size limit. Increase the queue size or decrease logging verbosity to avoid this. You may change `ConsoleLoggerQueueFullMode` to stop dropping messages. Failed to convert configuration value at '{0}' to type '{1}'.