mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-23 00:58:25 +00:00
feat(src/app/Logger): mac supports colors now
This commit is contained in:
parent
56c804795a
commit
526e70357f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "Logger.hpp"
|
#include "Logger.hpp"
|
||||||
|
|
||||||
#ifdef __linux__
|
#if defined(__linux__) || defined(__APPLE__)
|
||||||
#define BLUE "\x1B[1;34m"
|
#define BLUE "\x1B[1;34m"
|
||||||
#define YELLOW "\x1B[1;33m"
|
#define YELLOW "\x1B[1;33m"
|
||||||
#define GREEN "\x1B[1;32m"
|
#define GREEN "\x1B[1;32m"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue