mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* logger: explicit allow log output
This commit is contained in:
parent
cc25b22f11
commit
38103aaac5
4 changed files with 5 additions and 3 deletions
3
Log.h
3
Log.h
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue