Revision 6248f75f
Added by david.sorber over 2 years ago
| src/CopyManagerOptions.h | ||
|---|---|---|
|
// Logging related options
|
||
|
bool m_disableLog; // Enable/disable the log
|
||
|
bool m_logToStderr; // Write log messages to stderr instead of file
|
||
|
const std::string& r_logFilePath; // Path to log file
|
||
|
const std::string& r_logFilePath; // Path to log file
|
||
|
int m_logLevel; // Log messages >= selected level will be output
|
||
|
|
||
|
// Other options
|
||
Add progress bar; version: 0.2.0.