Ref T730, log category for audio

This commit is contained in:
Klaus Basan
2019-09-25 17:25:51 +02:00
committed by Mat Sutcliffe
parent 2fed1e7e99
commit b9b3675073

View File

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