Set the output file for all logger instances.
| 55 | |
| 56 | /// Set the output file for all logger instances. |
| 57 | void use_file(const std::string& file) |
| 58 | { |
| 59 | service_.use_file(impl_, file); |
| 60 | } |
| 61 | |
| 62 | /// Log a message. |
| 63 | void log(const std::string& message) |