mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 17:41:44 +00:00
Logger: output only to stdout
This commit is contained in:
committed by
Mohammad Al-Turany
parent
e32efc489d
commit
a35a4f48a8
@@ -127,8 +127,6 @@ class Logger
|
||||
|
||||
static void OnFatal(std::function<void()> func);
|
||||
|
||||
static void SetCerrOnly(bool cerrOnly);
|
||||
|
||||
virtual ~Logger() noexcept(false);
|
||||
|
||||
private:
|
||||
@@ -139,7 +137,6 @@ class Logger
|
||||
std::ostringstream fBWOut;
|
||||
static const std::string fProcessName;
|
||||
static bool fColored;
|
||||
static bool fCerrOnly;
|
||||
static std::fstream fFileStream;
|
||||
|
||||
static Severity fConsoleSeverity;
|
||||
|
Reference in New Issue
Block a user