23 #ifndef __ccxx_ConsoleLogger_hxx 24 #define __ccxx_ConsoleLogger_hxx 58 #ifdef CCXX_OS_WINDOWS 59 void writeANSIString(
const char* buf,
size_t buflen);
68 #endif // __ccxx_ConsoleLogger_hxx
A class that provides basic control of the console, such as changing text attributes, clearing the screen, and moving the cursor.
Definition: Console.h++:39
unsigned int uint_t
An alias for unsigned int.
Definition: Integers.h++:74
An abstract base class for threadsafe loggers.
Definition: Logger.h++:40
A logger that writes to the console (the standard error stream).
Definition: ConsoleLogger.h++:37
#define COMMONCPP_API
Definition: Common.h++:126
A flexible, reference counted, copy-on-write, thread-safe, nullable string.
Definition: String.h++:50
Definition: AllocationMap.c++:25