ToCharString(LogLevel) Method

Definition

Assembly XenoAtom.Logging.dll

Converts a level to its single-character representation.

public static string ToCharString(this LogLevel level)

Parameters

level
LogLevel

The level to convert.

Returns

String
The single-character text representation.