Ref T180, log pattern for cmd. line and logging some cmd line activities

This commit is contained in:
Klaus Basan
2017-11-06 18:05:56 +01:00
parent 7db5e9aea3
commit 4fb30fdbc3
4 changed files with 30 additions and 20 deletions

View File

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