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(),