feat(src/app/Logger): mac supports colors now

This commit is contained in:
Ronan Abhamon 2017-03-24 16:23:13 +01:00
parent 56c804795a
commit 526e70357f

View file

@ -29,7 +29,7 @@
#include "Logger.hpp"
#ifdef __linux__
#if defined(__linux__) || defined(__APPLE__)
#define BLUE "\x1B[1;34m"
#define YELLOW "\x1B[1;33m"
#define GREEN "\x1B[1;32m"