Removed error message prefixes.

This commit is contained in:
2016-06-14 15:06:43 +02:00
parent a6c9434590
commit 777c9839a1
3 changed files with 10 additions and 10 deletions

View File

@@ -38,8 +38,8 @@ class Logger
void setWarningLevel(WarningLevel warningLevel);
void exception(const std::string &errorType, const std::string &message);
void parserException(const Parser::Coordinate &coordinate, const std::string &message);
void logError(const std::string &message);
void logError(const Parser::Coordinate &coordinate, const std::string &message);
void parserWarning(const Parser &parser, const std::string &message);
private: