Inheritance diagram for XmlLayout:
Public Member Functions | |
char[] | header (Event event) |
char[] | footer (Event event) |
Private Member Functions | |
char[] | content (Event event) |
char[] | ultoa (char[] s, ulong l) |
Definition at line 50 of file XmlLayout.d.
|
Format message attributes into an output buffer and return the populated portion. Reimplemented from Layout. Definition at line 59 of file XmlLayout.d. References Event::append(), Event::getContent(), Event::getEpochTime(), Event::getLevelName(), and Event::getName(). |
|
Format message attributes into an output buffer and return the populated portion. Reimplemented from Layout. Definition at line 82 of file XmlLayout.d. References Event::append(), Hierarchy::getAddress(), Event::getContent(), Event::getHierarchy(), Hierarchy::getName(), and Event::scratch. |
|
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(). |