mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
perfect forwarding for logging arguments
This commit is contained in:
parent
f9a5f4955c
commit
fee5f959fd
2 changed files with 8 additions and 8 deletions
2
Log.cpp
2
Log.cpp
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace i2p {
|
||||
namespace log {
|
||||
Log logger;
|
||||
static Log logger;
|
||||
/**
|
||||
* @brief Maps our loglevel to their symbolic name
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue