Inheritance diagram for XmlLayout:
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 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 Hierarchy::getAddress(), Event::getEpochMilliSeconds(), Event::getHierarchy(), Hierarchy::getName(), 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 format(), SimpleLayout::format(), and DateLayout::format(). |
|
Definition at line 52 of file XmlLayout.d. Referenced by format(). |