19 #ifndef MIR_LOGGING_SHARED_LIBRARY_PROBER_REPORT_H_ 20 #define MIR_LOGGING_SHARED_LIBRARY_PROBER_REPORT_H_ 36 void probing_path(boost::filesystem::path
const& path)
override;
37 void probing_failed(boost::filesystem::path
const& path, std::exception
const&
error)
override;
39 void loading_failed(boost::filesystem::path
const& filename, std::exception
const& error)
override;
42 std::shared_ptr<Logger>
const logger;
All things Mir.
Definition: atomic_callback.h:25
Definition: shared_library_prober_report.h:26
void probing_failed(boost::filesystem::path const &path, std::exception const &error) override
Definition: shared_library_prober_report.cpp:38
Definition: shared_library_prober_report.h:31
SharedLibraryProberReport()=default
void probing_path(boost::filesystem::path const &path) override
Definition: shared_library_prober_report.cpp:31
void loading_library(boost::filesystem::path const &filename) override
Definition: shared_library_prober_report.cpp:46
void loading_failed(boost::filesystem::path const &filename, std::exception const &error) override
Definition: shared_library_prober_report.cpp:53