perfect forwarding for logging arguments

This commit is contained in:
brain5lug 2016-09-16 01:47:38 +03:00
parent f9a5f4955c
commit fee5f959fd
2 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
namespace i2p {
namespace log {
Log logger;
static Log logger;
/**
* @brief Maps our loglevel to their symbolic name
*/