mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 18:25:30 +02:00
Renamed Logger StartLogFile and StopLogFile to Initialie to DeInitialize
This commit is contained in:
@@ -20,9 +20,9 @@ public:
|
||||
ZONE_ERROR
|
||||
|
||||
};
|
||||
static bool StartLogFile(std::string file);
|
||||
static bool Initialize(std::string file);
|
||||
static void Write(Zone zone, std::string component, std::string message);
|
||||
static void CloseLogFile();
|
||||
static void DeInitialize();
|
||||
private:
|
||||
|
||||
static std::streambuf *CerrStream;
|
||||
|
||||
Reference in New Issue
Block a user