Provides style mappings used by TerminalLogWriterBase when rendering rich terminal output.
public sealed class TerminalLogStyleConfiguration
Styles are markup style tokens understood by XenoAtom.Terminal (for example bold red or gray).
This type is not thread-safe for concurrent mutation and read operations; configure styles during startup.
kind:method, kind:property, kind:ctor. Press Esc to clear.TerminalLogStyleConfiguration()Initializes a new instance of the TerminalLogStyleConfiguration class with default styles.Clear()Removes all segment and level styles.GetLevelStyle(LogLevel)Gets the style mapped to a specific log level for the level segment.GetStyle(LogMessageFormatSegmentKind)Gets the style mapped to a formatted segment kind.ResetToDefaults()Restores the built-in default styles.SetLevelStyle(LogLevel, String?)Sets the style mapped to a specific log level for the level segment.SetStyle(LogMessageFormatSegmentKind, String?)Sets the style mapped to a formatted segment kind.