From b9b3675073c23a862302185a1f45eccb31830037 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 25 Sep 2019 17:25:51 +0200 Subject: [PATCH] Ref T730, log category for audio --- src/blackmisc/logcategory.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/blackmisc/logcategory.h b/src/blackmisc/logcategory.h index 51f89ae32..d20227366 100644 --- a/src/blackmisc/logcategory.h +++ b/src/blackmisc/logcategory.h @@ -60,6 +60,13 @@ namespace BlackMisc return cat; } + //! Audio related + static const CLogCategory &audio() + { + static const CLogCategory cat { "swift.audio" }; + return cat; + } + //! Contexts static const CLogCategory &context() { @@ -278,6 +285,7 @@ namespace BlackMisc { uncategorized(), aviation(), + audio(), cache(), cmdLine(), context(),