mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 17:41:44 +00:00
InitFileSink(): return name of the created file
This commit is contained in:
@@ -272,8 +272,8 @@ class Logger
|
||||
|
||||
static void SetConsoleColor(const bool colored = true);
|
||||
|
||||
static void InitFileSink(const Severity severity, const std::string& filename, bool customizeName = true);
|
||||
static void InitFileSink(const std::string& severityStr, const std::string& filename, bool customizeName = true);
|
||||
static std::string InitFileSink(const Severity severity, const std::string& filename, bool customizeName = true);
|
||||
static std::string InitFileSink(const std::string& severityStr, const std::string& filename, bool customizeName = true);
|
||||
|
||||
static void RemoveFileSink();
|
||||
|
||||
|
Reference in New Issue
Block a user