| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include "na64util/YAMLLog4cppConfigurator.hh" | ||
| 2 | #include "YAMLLog4cppConfiguratorImpl.hh" | ||
| 3 | |||
| 4 | namespace na64dp { | ||
| 5 | namespace util { | ||
| 6 | |||
| 7 | void | ||
| 8 | ✗ | YAMLLog4cppConfigurator::configure(const std::string & filename) { | |
| 9 | ✗ | static YAMLLog4cppConfiguratorImpl configurator; | |
| 10 | ✗ | configurator.doConfigure(filename); | |
| 11 | } | ||
| 12 | |||
| 13 | } | ||
| 14 | } | ||
| 15 | |||
| 16 |