DefaultOutputFormatter

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(bool decorated)
Undocumented in source.
this
this(bool decorated, Map!(string, OutputFormatterStyle) styles)
Undocumented in source.

Members

Functions

format
string format(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
getStyle
OutputFormatterStyle getStyle(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasStyle
bool hasStyle(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
isDecorated
bool isDecorated()
Undocumented in source. Be warned that the author may not have intended to support it.
setDecorated
void setDecorated(bool decorated)
Undocumented in source. Be warned that the author may not have intended to support it.
setStyle
void setStyle(string name, OutputFormatterStyle style)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

escape
string escape(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

STYLE_PATTERN
string STYLE_PATTERN;
Undocumented in source.
TAG_PATTERN
string TAG_PATTERN;
Undocumented in source.
TAG_REGEX
string TAG_REGEX;
Undocumented in source.

Inherited Members

From OutputFormatter

setDecorated
void setDecorated(bool decorated)
Undocumented in source.
isDecorated
bool isDecorated()
Undocumented in source.
setStyle
void setStyle(string name, OutputFormatterStyle style)
Undocumented in source.
hasStyle
bool hasStyle(string name)
Undocumented in source.
getStyle
OutputFormatterStyle getStyle(string name)
Undocumented in source.
format
string format(string message)
Undocumented in source.

Meta