]> git.lizzy.rs Git - dragonfireclient.git/commit
Small logging refactor and additional options
authorest31 <MTest31@outlook.com>
Sat, 24 Oct 2015 10:52:14 +0000 (12:52 +0200)
committerest31 <MTest31@outlook.com>
Sat, 24 Oct 2015 17:59:39 +0000 (19:59 +0200)
commit2f19abd70486e19e992f8a426ce718cbcadce210
treedfe1e97f87b43adda848a73297b806aa4c1e061c
parent6f2d9de7691c99b833f71c1414230c5d04c42ae0
Small logging refactor and additional options

-> Get rid of Logger::logToSystem and use normal downstream output system for android instead

-> Give the downstream output system more information: enrich the log function of ILogOutput
with information and add ICombinedLogOutput for easier use.

-> Make Logger::getLevelLabel() static and public so that it can be used by downstream log output.

-> Add g_ and m_ prefixes where required
src/log.cpp
src/log.h