Inheritance diagram for DateLayout:
Public Member Functions | |
char[] | header (Event event) |
Private Member Functions | |
char[] | footer (Event event) |
char[] | content (Event event) |
char[] | ultoa (char[] s, ulong l) |
Definition at line 54 of file DateLayout.d.
|
Format message attributes into an output buffer and return the populated portion. Reimplemented from Layout. Definition at line 63 of file DateLayout.d. References Event::getEpochTime(), Event::getLevelName(), Event::getName(), Event::getTime(), and Event::scratch. |
|
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(), NullAppender::append(), VersionIsolated::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(), NullAppender::append(), VersionIsolated::FileAppender::append(), and ConsoleAppender::append(). |
|
Convert a time value (in milliseconds) to ascii Definition at line 92 of file Layout.d. References assert(). |