monero/external
moneromooo-monero 721aacd88e
easylogging++: faster access to logging
Turns out getting the global shared_ptr hits the profile,
and passing it around still keeps it at close to ~1% CPU,
which is too much for mostly silent logging.

Leak the object instead, which is even safer for late logging.
2018-11-27 13:55:21 +00:00
..
2018-09-11 14:32:33 +00:00
2018-07-06 21:38:52 +00:00
2018-09-18 16:33:21 +02:00