Inheritance diagram for SimpleTimerLayout:
Public Member Functions | |
char[] | header (Event event) |
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 159 of file Layout.d.
|
Format outgoing message Reimplemented from Layout. Definition at line 167 of file Layout.d. References Event::append(), and Event::getTime(). |
|
Subclasses should implement this method to perform the formatting of each message footer Definition at line 69 of file Layout.d. Referenced by 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 VersionIsolated::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 DateLayout::header(). |
|
Convert a time value (in milliseconds) to ascii Definition at line 103 of file Layout.d. References assert(). |