mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +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;
|
return cat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//! Audio related
|
||||||
|
static const CLogCategory &audio()
|
||||||
|
{
|
||||||
|
static const CLogCategory cat { "swift.audio" };
|
||||||
|
return cat;
|
||||||
|
}
|
||||||
|
|
||||||
//! Contexts
|
//! Contexts
|
||||||
static const CLogCategory &context()
|
static const CLogCategory &context()
|
||||||
{
|
{
|
||||||
@@ -278,6 +285,7 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
uncategorized(),
|
uncategorized(),
|
||||||
aviation(),
|
aviation(),
|
||||||
|
audio(),
|
||||||
cache(),
|
cache(),
|
||||||
cmdLine(),
|
cmdLine(),
|
||||||
context(),
|
context(),
|
||||||
|
|||||||
Reference in New Issue
Block a user