GetLevelStyle(LogLevel) Method

Definition

Assembly XenoAtom.Logging.Terminal.dll

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

public string? GetLevelStyle(LogLevel level)

Parameters

level
LogLevel

The log level.

Returns

String
The mapped style token, or null when unstyled.