Merge branch 'mueller_sifRenaming_soooMany' into mueller_framework

This commit is contained in:
2020-04-23 19:21:12 +02:00
36 changed files with 117 additions and 98 deletions

View File

@ -9,10 +9,13 @@
// Unfortunately, there must be a forward declaration of log_fe
// (MUST be defined in main), to let the system know where to write to.
namespace sif {
extern std::ostream debug;
extern std::ostream info;
extern std::ostream warning;
extern std::ostream error;
}
class ServiceInterfaceStream :
public std::basic_ostream<char, std::char_traits<char>> {