-------------------------------------------------------------------------
| 79 | |
| 80 | //------------------------------------------------------------------------- |
| 81 | void EnableLogger(bool isEnabled) |
| 82 | { |
| 83 | logging::core::get()->set_logging_enabled(isEnabled); |
| 84 | } |
| 85 | |
| 86 | //------------------------------------------------------------------------- |
| 87 | void InitLoggerOstream(const boost::shared_ptr<std::ostringstream>& ostr) |