Enabled by default.
| 43 | inline void EnableDestStderr(bool enable) { stderr_ = enable; } |
| 44 | /// Enabled by default. |
| 45 | inline void EnableDestFile(bool enable) { file_ = enable; } |
| 46 | /// Reset the output file path. |
| 47 | /// The dest file is named as global dir + channel name by default. |
| 48 | void SetDestFilePath(const std::string& file); |