TLogStyle Enumeration

Represents type TLogStyle.

Namespace: Spring.Logging
type
 TLogStyle = (
 Bold,
 Italic,
 Underline,
 Monospace,
 NoEscape
 );

The TLogStyle type exposes the following members.

Show:
 NameDescription
Bold

Represents constant Bold.

Italic

Represents constant Italic.

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.

Underline

Represents constant Underline.

Top