21int logSetFile(
const char *path,
bool color =
false);
22int logSetStream(std::ostream *stream,
bool color =
false);
23int logSetTarget(LoggingTarget target);
24void logSetLevel(
const char *category,
const char *level);
Top-level libcamera namespace.
Definition bound_method.h:15