preCICE v3.1.2
|
Configures the log config file to use. More...
#include <LogConfiguration.hpp>
Public Member Functions | |
LogConfiguration (xml::XMLTag &parent) | |
virtual void | xmlTagCallback (const xml::ConfigurationContext &context, xml::XMLTag &tag) |
Callback at begin of XML tag. | |
virtual void | xmlEndTagCallback (const xml::ConfigurationContext &context, xml::XMLTag &tag) |
Callback at end of XML tag and at end of subtag. | |
Public Member Functions inherited from precice::xml::XMLTag::Listener | |
Listener & | operator= (Listener &&)=delete |
virtual | ~Listener () |
Private Attributes | |
precice::logging::Logger | _log {"logging::config::LogConfiguration"} |
precice::logging::LoggingConfiguration | _logconfig |
Configures the log config file to use.
Definition at line 12 of file LogConfiguration.hpp.
precice::config::LogConfiguration::LogConfiguration | ( | xml::XMLTag & | parent | ) |
|
virtual |
Callback at end of XML tag and at end of subtag.
At this callback, the attributes and all subtags of callingTag are parsed. This callback is first done for the listener, and then for the parent tag listener (if existing).
Implements precice::xml::XMLTag::Listener.
Definition at line 75 of file LogConfiguration.cpp.
|
virtual |
Callback at begin of XML tag.
At this callback, the attributes of the callingTag are already parsed and available, while the subtags are not yet parsed.
Implements precice::xml::XMLTag::Listener.
Definition at line 58 of file LogConfiguration.cpp.
|
private |
Definition at line 21 of file LogConfiguration.hpp.
|
private |
Definition at line 23 of file LogConfiguration.hpp.