SetLevelStyle(LogLevel, String?) Method

Definition

Assembly XenoAtom.Logging.Terminal.dll

Sets the style mapped to a specific log level for the level segment.

public void SetLevelStyle(LogLevel level, string? style)

Parameters

level
LogLevel

The log level.

style
String

The style token to apply, or null to remove styling.