working commit
This commit is contained in:
@@ -11,12 +11,18 @@
|
||||
class UxLogger {
|
||||
private:
|
||||
std::string label;
|
||||
void LogLevel(const std::string level, const std::string& message);
|
||||
public:
|
||||
UxLogger(std::string ilabel);
|
||||
UxLogger();
|
||||
void Log(const std::string& message);
|
||||
void Debug(const std::string& message);
|
||||
void Info(const std::string& message);
|
||||
void Warning(const std::string& message);
|
||||
void Error(const std::string& message);
|
||||
};
|
||||
|
||||
|
||||
extern UxLogger uxlogger;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user