logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

log4tango::XMLLayout - XMLLayout is a simple fixed format Layout implementation.

Author

       Generated automatically by Doxygen for log4tango from the source code.

Version 5.0.1                                    Fri Feb 14 2020                         log4tango::XMLLayout(3)

Constructor & Destructor Documentation

log4tango::XMLLayout::XMLLayout()
       Ctor.

   log4tango::XMLLayout::~XMLLayout()[virtual]
       Dtor.

Detailed Description

XMLLayout is a simple fixed format Layout implementation.

Member Function Documentation

std::stringlog4tango::XMLLayout::format(constLoggingEvent&event)[virtual]
       Formats the LoggingEvent in XML.

       Reimplemented from log4tango::Layout.

Name

       log4tango::XMLLayout - XMLLayout is a simple fixed format Layout implementation.

Synopsis

       #include <XmlLayout.hh>

       Inherits log4tango::Layout.

   PublicMemberFunctionsXMLLayout ()
           Ctor.
       virtual ~XMLLayout ()
           Dtor.
       virtual std::string format (const LoggingEvent &event)
           Formats the LoggingEvent in XML.

See Also