mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-12 23:37:13 +02:00
fix ci and add formatting (#48)
* add dependency * dont run blocking zmq example and add formatting * format files
This commit is contained in:
@ -9,6 +9,6 @@ void set_streams(std::streambuf *out, std::streambuf *err) { internal::logger_in
|
||||
void set_streams(std::streambuf *out) { internal::logger_instance.set_streams(out); }
|
||||
void set_verbosity(LOGGING_LEVEL level) { internal::logger_instance.set_verbosity(level); }
|
||||
Logger &get_logger_instance() { return internal::logger_instance; }
|
||||
void set_output_file(std::string filename){ internal::logger_instance.set_output_file(filename); }
|
||||
void set_output_file(std::string filename) { internal::logger_instance.set_output_file(filename); }
|
||||
} // namespace logger
|
||||
} // namespace aare
|
Reference in New Issue
Block a user