summaryrefslogtreecommitdiff
path: root/src/libcamera/include/log.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-12-19 01:20:26 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-12-19 14:11:25 +0200
commit907602eab5d6071e0b979807b697e1d3fd6ac6c3 (patch)
treed66a34ccb1eaae0532f5ec27cb129afd01a7e47e /src/libcamera/include/log.h
parent3c8886d6981e1238657cc6ee9dcf267f090fca41 (diff)
libcamera: log: Add a debug log level
Many of the message logged by the library will be debug messages, we thus need a debug log level. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/libcamera/include/log.h')
-rw-r--r--src/libcamera/include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcamera/include/log.h b/src/libcamera/include/log.h
index 41f8a756..74439848 100644
--- a/src/libcamera/include/log.h
+++ b/src/libcamera/include/log.h
@@ -12,6 +12,7 @@
namespace libcamera {
enum LogSeverity {
+ LogDebug,
LogInfo,
LogWarning,
LogError,