Appearance
Formatter()
Formatter = (text: string) => string
text
string
Source: logger.ts
Applies a format to a string.
The text to format.
The formatted text.