diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/logging.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libcamera/logging.h b/include/libcamera/logging.h index c36882b9..cd842f67 100644 --- a/include/libcamera/logging.h +++ b/include/libcamera/logging.h @@ -16,8 +16,8 @@ enum LoggingTarget { LoggingTargetStream, }; -int logSetFile(const char *path); -int logSetStream(std::ostream *stream); +int logSetFile(const char *path, bool color = false); +int logSetStream(std::ostream *stream, bool color = false); int logSetTarget(LoggingTarget target); void logSetLevel(const char *category, const char *level); |