* logger: explicit allow log output

This commit is contained in:
hagen 2016-03-28 14:00:00 +00:00
parent cc25b22f11
commit 38103aaac5
4 changed files with 5 additions and 3 deletions

3
Log.h
View file

@ -118,6 +118,9 @@ namespace log {
*/
void Append(std::shared_ptr<i2p::log::LogMsg> &);
/** @brief Allow log output */
void Ready() { m_IsReady = true; }
/** @brief Flushes the output log stream */
void Flush();