mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T180, log pattern for cmd. line and logging some cmd line activities
This commit is contained in:
@@ -124,6 +124,13 @@ namespace BlackMisc
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Cmd.line parsing
|
||||
static const CLogCategory &cmdLine()
|
||||
{
|
||||
static const CLogCategory cat { "swift.cmdLine" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Driver
|
||||
static const CLogCategory &driver()
|
||||
{
|
||||
@@ -244,6 +251,7 @@ namespace BlackMisc
|
||||
{
|
||||
uncategorized(),
|
||||
cache(),
|
||||
cmdLine(),
|
||||
context(),
|
||||
contextSlot(),
|
||||
dataInconsistency(),
|
||||
|
||||
Reference in New Issue
Block a user