Inheritance diagram for SimpleTimerLayout:
Public Member Functions | |
char[] | ultoa (char[] s, ulong l) |
char[] | format (Event event) |
Private Member Functions | |
final char[] | levelString (Event event) |
Definition at line 111 of file Layout.d.
|
Convert a time value (in milliseconds) to ascii Definition at line 119 of file Layout.d. Referenced by format(). |
|
Format outgoing message Reimplemented from Layout. Definition at line 137 of file Layout.d. References Event::getTime(), time, and ultoa(). |
|
Return a text string representing the event level. Definition at line 65 of file Layout.d. References Event::getLevel(). Referenced by XmlLayout::format(), SimpleLayout::format(), and DateLayout::format(). |