7 #ifndef __LIBCAMERA_LOGGING_H__ 8 #define __LIBCAMERA_LOGGING_H__ 22 void logSetLevel(
const char *category,
const char *level);
Log to stream.
Definition: logging.h:16
int logSetFile(const char *path)
Direct logging to a file.
Definition: log.cpp:307
LoggingTarget
Log destination type.
Definition: logging.h:12
Top-level libcamera namespace.
Definition: bound_method.h:15
int logSetTarget(LoggingTarget target)
Set the logging target.
Definition: log.cpp:347
Log to syslog.
Definition: logging.h:14
void logSetLevel(const char *category, const char *level)
Set the log level.
Definition: log.cpp:367
Log to file.
Definition: logging.h:15
int logSetStream(std::ostream *stream)
Direct logging to a stream.
Definition: log.cpp:324
No logging destination.
Definition: logging.h:13