Skip to content
Snippets Groups Projects

F grpc f acm

Merged Timm Fitschen requested to merge f-grpc-f-acm into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -62,7 +62,7 @@ private:
};
LoggerOutputStream::LoggerOutputStream(std::string channel, int level)
: channel(std::move(channel)), level(level){};
: channel(std::move(channel)), level(level) {}
auto LoggerOutputStream::operator<<(std::streambuf *msg) -> LoggerOutputStream & {
BOOST_LOG_CHANNEL_SEV(caosdb::logging::logger::get(), channel, this->level) << msg;
Loading