summaryrefslogtreecommitdiffstats
path: root/common/log.h
Commit message (Collapse)AuthorAge
* A way to set the debuglevel.Christian Mollekopf2015-08-13
| | | | | | Unittests can set the level themselves (so i.e. benchmarks don't print a shitload of messages), while in normal operation we can set it from the environment. There's no override currently, but first things first.
* LoggingChristian Mollekopf2015-05-01
|
* Renamed the Error log macro to ErrorMsg because of nameclashesChristian Mollekopf2015-04-18
| | | | With Storage::Error. Perhaps turn to akLog, akError, ...?
* Resource crashhandler and logging facilities.Christian Mollekopf2015-03-31