|
pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
|
a "fixture" that opens the logging when it is created and closes the logging when it is destroyed. More...
#include <Logging.h>
Public Member Functions | |
| fixture () | |
| constructor to open logging and provide an initial configuration | |
| ~fixture () | |
| destructor to close logging | |
a "fixture" that opens the logging when it is created and closes the logging when it is destroyed.
This is helpful for writing new programs where we want to open the logging at the beginning and then have the logging closed automatically when execution is completed.
| pflib::logging::fixture::fixture | ( | ) |
constructor to open logging and provide an initial configuration
The default color is true if we are connected to a terminal (isatty). The default logging level is info.