Inheritance diagram for XmlLayout:
Public Member Functions | |
char[] | header (Event event) |
char[] | footer (Event event) |
Private Member Functions | |
char[] | content (Event event) |
final char[] | levelString (Event event) |
char[] | ultoa (char[] s, ulong l) |
Definition at line 53 of file XmlLayout.d.
|
Format message attributes into an output buffer and return the populated portion. Reimplemented from Layout. Definition at line 62 of file XmlLayout.d. References Event::append(), Event::getContent(), Event::getEpochMilliSeconds(), Event::getName(), and Layout::levelString(). |
|
Format message attributes into an output buffer and return the populated portion. Reimplemented from Layout. Definition at line 85 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(), 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 header(), and DateLayout::header(). |
|
Convert a time value (in milliseconds) to ascii |