formatLogMessage

Formats a full log message.

string
formatLogMessage
(
immutable LogMessage msg
,
bool colored
)

Parameters

msg LogMessage

The message to format.

colored bool

Whether to color the message.

Return Value

Type: string

The formatted message string.