![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <logger/XMLFormat.hpp>


Public Member Functions | |
| virtual std::string | formatMessage (const RawMessage &m) |
| virtual std::string | formatRegistration (const std::string &aModuleRef, const std::string &aLocationRef) |
| XMLFormat (const pyconfig::View &pyco) | |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:annotation> <xsd:documentation xml:lang="EN"> Schema for WNS message output </xsd:documentation> </xsd:annotation> <xsd:element name="simulation" type="SimulationType"/> <xsd:complexType name="SimulationType"> <xsd:sequence> <xsd:element name="message" type="MessageType" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="MessageType"> <xsd:sequence> <xsd:element name="time" type="xsd:decimal"/> <xsd:element name="module" type="xsd:string"/> <xsd:element name="location" type="xsd:string"/> <xsd:element name="text" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema>
Definition at line 65 of file XMLFormat.hpp.
| XMLFormat::XMLFormat | ( | const pyconfig::View & | pyco | ) |
Definition at line 34 of file XMLFormat.cpp.
| std::string XMLFormat::formatMessage | ( | const RawMessage & | m | ) | [virtual] |
| std::string XMLFormat::formatRegistration | ( | const std::string & | aModuleRef, | |
| const std::string & | aLocationRef | |||
| ) | [virtual] |
1.5.5