24 #include "cheetah/psrdada/detail/MultiLog.h" 25 #include "panda/Error.h" 33 template<
class... Args>
38 throw panda::Error(
"MultiLog must be opened before writing");
40 multilog(_log, priority, format, std::forward<Args>(args)...);
Some limits and constants for FLDO.
void write(int priority, const char *format, Args &&... args)
Write to the log.