Mir
Classes | Namespaces | Enumerations | Functions
logger.h File Reference
#include <memory>
#include <string>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mir::logging::Logger
 

Namespaces

 mir
 AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time.
 
 mir::logging
 

Enumerations

enum  mir::logging::Severity {
  mir::logging::Severity::critical = 0, mir::logging::Severity::error = 1, mir::logging::Severity::warning = 2, mir::logging::Severity::informational = 3,
  mir::logging::Severity::debug = 4
}
 

Functions

void mir::logging::log (Severity severity, const std::string &message, const std::string &component)
 
void mir::logging::set_logger (std::shared_ptr< Logger > const &new_logger)
 

Copyright © 2012-2018 Canonical Ltd.
Generated on Mon Feb 19 14:05:11 UTC 2018