WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
Color-enabling wrappers around Simgrid's XBT_INFO, XBT_DEBUG, XBT_WARN logging macros. More...
#include <TerminalOutput.h>
Public Types | |
enum | Color { COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW, COLOR_BLUE, COLOR_MAGENTA, COLOR_CYAN, COLOR_WHITE } |
Terminal output color enum. More... | |
Static Public Member Functions | |
static void | setThisProcessLoggingColor (Color color) |
Set the color of log messages printed to the terminal. More... | |
Color-enabling wrappers around Simgrid's XBT_INFO, XBT_DEBUG, XBT_WARN logging macros.
|
static |
Set the color of log messages printed to the terminal.
color | a terminal output color |