Inheritance diagram for DateLayout:
Public Member Functions | |
char[] | format (Event event) |
Public Attributes | |
public class VersionWin32 typedef _snprintf | snprintf |
Private Member Functions | |
final char[] | levelString (Event event) |
Definition at line 50 of file DateLayout.d.
|
Format message attributes into an output buffer and return the populated portion. Reimplemented from Layout. Definition at line 62 of file DateLayout.d. References Event::getEpochSeconds(), Event::getMilliSeconds(), Event::getName(), Event::getScratch(), Layout::levelString(), snprintf, and Event::toString(). |
|
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 format(). |
|
Definition at line 52 of file DateLayout.d. Referenced by format(). |