~brandontschaefer/+junk/trunk-mir

« back to all changes in this revision

Viewing changes to src/server/report/logging/session_mediator_report.cpp

frontend: Support requests to set the base display configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    log->log(ml::Severity::informational, "session_configure_display_called(\"" + app_name + "\")", component);
94
94
}
95
95
 
 
96
void mrl::SessionMediatorReport::session_set_base_display_configuration_called(std::string const& app_name)
 
97
{
 
98
    log->log(ml::Severity::informational, "session_set_base_display_configuration_called(\"" + app_name + "\")", component);
 
99
}
 
100
 
96
101
void mrl::SessionMediatorReport::session_start_prompt_session_called(std::string const& app_name, pid_t application_process)
97
102
{
98
103
    log->log(ml::Severity::informational, "session_start_prompt_session_called(\"" + app_name + ", " + std::to_string(application_process) + ")", component);