TLogStyle Enumeration
Definition
type TLogStyle = Bold..NoEscape
Constants
|
Bold
|
|
|
Italic
|
|
|
Underline
|
|
|
Monospace
|
Text should be printed in monospace font
|
|
NoEscape
|
No escaping should be done on the text of the message by the
appenders in cases when they need to do so in order to not break the
output format.
|