roboticslab-uc3m / color-debug

Colorful command line output C/C++ macros, very flexible!
http://robots.uc3m.es/gitbook-developer-manual/appendix/repository-index.html
GNU Lesser General Public License v2.1
6 stars 1 forks source link
color-cli command-line

color-debug

Continuous Integration Issues

Color CLI logs and more. Lightweight and simple, mainly achieved via ANSI escape codes. For updated version, license and author information, see ColorDebug.h.

Image

Requirements: CMake 2.8.12.

Possible usages:

You can enable or disable specific features of color-debug by manipulating the corresponding CMake options. See cmake/ColorDebugOptions.cmake for details.

This utility adheres to the informal NO_COLOR standard, that is, ANSI color escape codes will not be generated in your ColorDebug-dependent project if the NO_COLOR environmental variable is defined (regardless of its value).

Similar and Related Projects