index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
/
Logger.hpp
Age
Commit message (
Expand
)
Author
2015-02-03
Changed behaviour of log exception with addition source location: exception h...
Andreas Stöckel
2015-01-29
Supporting templace version for suppling locations in log exception method an...
Andreas Stöckel
2015-01-27
Adapted LoggableException to use the same code for obtaining the location of ...
Andreas Stöckel
2015-01-27
Marked move constructors noexcept (allows move constructor to be used when ty...
Andreas Stöckel
2015-01-26
Code for checking whether a flag is set in a MessageMode Set
Andreas Stöckel
2015-01-24
Moved Terminal and TerminalLogger to own classes in new frontent folder
Andreas Stöckel
2015-01-23
Logger compiles now
Andreas Stöckel
2015-01-23
Adapted Logger class
Andreas Stöckel
2015-01-18
Allowing to override location when logging exceptions.
Andreas Stöckel
2015-01-11
Added ExceptionLogger class which directly throws any reported error.
Andreas Stöckel
2015-01-02
Initializing depth with zero (prevents crash)
Andreas Stöckel
2015-01-01
Added ScopedLogger class
Andreas Stöckel
2015-01-01
Adapted Logger to new Location classes, now using ContextCallback to retrieve...
Andreas Stöckel
2014-12-29
added resetMaxEncounteredSeverity function (used for unit tests)
Andreas Stöckel
2014-12-12
Slight changes to logging mechanism.
Benjamin Paassen
2014-12-11
implemented Logger.fork and corresponding LoggerFork class
Andreas Stöckel
2014-12-11
refactored logger
Andreas Stöckel
2014-12-11
moved to CharReader everywhere
Andreas Stöckel