Skip to content

Commit 103949c

Browse files
author
Simon Yeung
committed
remove getLogger()
1 parent 7f1e1bb commit 103949c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mtconnect/configuration/agent_config.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ namespace mtconnect {
192192
/// @return the logging level
193193
boost::log::trivial::severity_level setLoggingLevel(const std::string &level);
194194

195-
/// @brief get a pointer to the logger
196-
boost::log::trivial::logger_type *getLogger() { return m_logger; }
197-
///@}
198-
199195
std::optional<std::filesystem::path> findConfigFile(const std::string &file)
200196
{
201197
return findFile(m_configPaths, file);

0 commit comments

Comments
 (0)