Ignore:
Timestamp:
07/24/11 22:34:29 (13 years ago)
Author:
tbretz
Message:
Added --null option to suppress the output more or less completely.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/LocalControl.h

    r11479 r11580  
    154154{
    155155public:
    156     LocalStream(const char *name, bool = false)
    157         : LocalControl<ConsoleStream>(name) { }
     156    LocalStream(const char *name, bool null = false)
     157        : LocalControl<ConsoleStream>(name) { SetNullOutput(null); }
    158158};
    159159
Note: See TracChangeset for help on using the changeset viewer.