Skip to content
Snippets Groups Projects
Commit ebe15e47 authored by Soeren Peters's avatar Soeren Peters
Browse files

- see last commit

parent 887ef2e6
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ namespace logging
virtual Logger& operator<<(const std::string &log) = 0;
virtual Logger& operator<<(const int &log) = 0;
virtual Logger& operator<<(const unsigned int &log) = 0;
virtual Logger& operator<<(const unsigned long& log) = 0;
virtual Logger& operator<<(const float &log) = 0;
virtual Logger& operator<<(const double &log) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment