mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T219, added some log pattern
This commit is contained in:
@@ -68,6 +68,20 @@ namespace BlackMisc
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Interpolator
|
||||
static const CLogCategory &interpolator()
|
||||
{
|
||||
static const CLogCategory cat { "swift.interpolator" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Flight plan
|
||||
static const CLogCategory &flightPlan()
|
||||
{
|
||||
static const CLogCategory cat { "swift.flightplan" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Context slots
|
||||
static const CLogCategory &contextSlot()
|
||||
{
|
||||
@@ -314,7 +328,7 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(string)
|
||||
);
|
||||
};
|
||||
}
|
||||
} // ns
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::CLogCategory)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user