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>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
namespace libcamera {
|
||||
|
||||
enum LogSeverity {
|
||||
LogDebug,
|
||||
LogInfo,
|
||||
LogWarning,
|
||||
LogError,
|
||||
|
||||
Reference in New Issue
Block a user