mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T730, log category for audio
This commit is contained in:
committed by
Mat Sutcliffe
parent
2fed1e7e99
commit
b9b3675073
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user