9 #ifndef LOGMANAGER_HPP_
10 #define LOGMANAGER_HPP_
12 #include <qi/macro.hpp>
16 #include <qi/anyobject.hpp>
31 virtual void log(
const std::vector<LogMessage>& msgs) = 0;
37 virtual QI_API_DEPRECATED_MSG(Use
'createListener' instead)
LogListenerPtr getListener() = 0;
39 virtual void removeProvider(
int idProvider) = 0;
57 #endif // !LOGMANAGER_HPP_