mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 09:31:44 +00:00
Exchange the meaning of LOGP and LOGF
This commit is contained in:
@@ -190,8 +190,8 @@ int main()
|
||||
cout << "cout: setting severity to 'trace'" << endl;
|
||||
Logger::SetConsoleSeverity(Severity::trace);
|
||||
|
||||
LOGF(info, "Hello {} {}!", "world", ":-)");
|
||||
LOGP(info, "Hello %s %s!", "world", ":-)");
|
||||
LOGP(info, "Hello {} {}!", "world", ":-)");
|
||||
LOGF(info, "Hello %s %s!", "world", ":-)");
|
||||
|
||||
cout << "cout: setting verbosity to 'high'" << endl;
|
||||
Logger::SetVerbosity(Verbosity::high);
|
||||
|
Reference in New Issue
Block a user