16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 04:39:18 +02:00

Wyłączenie okienek pop-up. W zamian zapis do logów.

Wyłączenie okienek pop-up. W zamian zapis do logów.
This commit is contained in:
firleju
2017-01-09 21:12:09 +01:00
parent be65869456
commit 6a7f636fdd
2 changed files with 41 additions and 40 deletions

6
Logs.h
View File

@@ -16,9 +16,9 @@ void WriteConsoleOnly(const char *str, double value);
void WriteConsoleOnly(const char *str, bool newline = true);
void WriteLog(const char *str, double value);
void WriteLog(const char *str, bool newline = true);
void Error(const AnsiString &asMessage, bool box = true);
void Error(const std::string &asMessage, bool box = true);
void Error(const char* &asMessage, bool box = true);
void Error(const AnsiString &asMessage, bool box = false);
void Error(const std::string &asMessage, bool box = false);
void Error(const char* &asMessage, bool box = false);
void ErrorLog(const std::string &str, bool newline = true);
//void ErrorLog(const AnsiString &asMessage);
void WriteLog(const AnsiString &str, bool newline = true);