Skip to content

Commit

Permalink
remove getLogger()
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Yeung authored and wsobel committed Nov 20, 2024
1 parent db21246 commit d54a31e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mtconnect/configuration/agent_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ namespace mtconnect {
/// @return the logging level
boost::log::trivial::severity_level setLoggingLevel(const std::string &level);

/// @brief get a pointer to the logger
boost::log::trivial::logger_type *getLogger() { return m_logger; }
///@}

std::optional<std::filesystem::path> findConfigFile(const std::string &file)
{
return findFile(m_configPaths, file);
Expand Down

0 comments on commit d54a31e

Please sign in to comment.