We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1e1bb commit 103949cCopy full SHA for 103949c
src/mtconnect/configuration/agent_config.hpp
@@ -192,10 +192,6 @@ namespace mtconnect {
192
/// @return the logging level
193
boost::log::trivial::severity_level setLoggingLevel(const std::string &level);
194
195
- /// @brief get a pointer to the logger
196
- boost::log::trivial::logger_type *getLogger() { return m_logger; }
197
- ///@}
198
-
199
std::optional<std::filesystem::path> findConfigFile(const std::string &file)
200
{
201
return findFile(m_configPaths, file);
0 commit comments