Inheritance diagram for SimpleLayout:
Public Member Functions | |
char[] | header (Event event) |
Static Public Member Functions | |
this () | |
Static Protected Attributes | |
SimpleLayout | simpleLayout |
Private Member Functions | |
char[] | footer (Event event) |
char[] | content (Event event) |
final char[] | levelString (Event event) |
char[] | ultoa (char[] s, ulong l) |
Definition at line 123 of file Layout.d.
|
Make one of these available for use as the default layout Definition at line 133 of file Layout.d. References simpleLayout. |
|
Format outgoing message Reimplemented from Layout. Definition at line 144 of file Layout.d. References Event::append(). |
|
Subclasses should implement this method to perform the formatting of each message footer Reimplemented in XmlLayout. Definition at line 69 of file Layout.d. Referenced by SocketAppender::append(), VersionMango::RollingFileAppender::append(), NullAppender::append(), VersionMango::FileAppender::append(), and ConsoleAppender::append(). |
|
Subclasses should implement this method to perform the formatting of the actual message content. Definition at line 81 of file Layout.d. References Event::toString(). Referenced by SocketAppender::append(), VersionMango::RollingFileAppender::append(), NullAppender::append(), VersionMango::FileAppender::append(), and ConsoleAppender::append(). |
|
Return a text string representing the event level. Definition at line 92 of file Layout.d. References Event::getLevel(). Referenced by XmlLayout::header(), and DateLayout::header(). |
|
Convert a time value (in milliseconds) to ascii |
|
Definition at line 125 of file Layout.d. Referenced by this(). |