Command_LogFile Class Reference
This command is used for pointing out a logfile for writing. More...
#include <predefinedcommands.h>
Inheritance diagram for Command_LogFile:
Public Member Functions | |
| Command_LogFile (std::string *ptr) | |
Detailed Description
This command is used for pointing out a logfile for writing.
It simply calls the SingleCommandOneArgument ctor and sets the values:
name = --logfile parameterList = <filename>
infoText = enable logging to a html file
- See also:
- Command, SingleCommandOneArgument, CommandlineParser
Definition at line 192 of file predefinedcommands.h.