20 #ifndef MIR_REPORT_LOGGING_SCENE_REPORT_H_
21 #define MIR_REPORT_LOGGING_SCENE_REPORT_H_
51 std::shared_ptr<mir::logging::Logger>
const logger;
54 std::map<BasicSurfaceId, std::string> surfaces;
All things Mir.
Definition: buffer_stream.h:37
void log(logging::Severity sev, char const *component, char const *fmt,...)
Definition: log.cpp:39
Definition: scene_report.h:29
void surface_created(BasicSurfaceId id, std::string const &name)
void surface_deleted(BasicSurfaceId id, std::string const &name)
Definition: scene_report.h:40
void surface_added(BasicSurfaceId id, std::string const &name)
void * BasicSurfaceId
Definition: scene_report.h:32
void surface_removed(BasicSurfaceId id, std::string const &name)