mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +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"
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#define BLUE "\x1B[1;34m"
|
||||
#define YELLOW "\x1B[1;33m"
|
||||
#define GREEN "\x1B[1;32m"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue