]> granicus.if.org Git - icinga2/history - lib/base/logger.cpp
Update copyright headers for 2016
[icinga2] / lib / base / logger.cpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-10-28 Gunnar BeutnerConvert Comment/Downtime to config objects
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-02 Gunnar BeutnerFix incorrect assignment in Logger::EnableConsoleLog
2015-02-19 Jean FlachRestructure troubleshootcollect, more after the jump
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-11-13 Gunnar BeutnerAdd missing Stop call in the Logger class
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-31 Michael FriedrichCLI Commands: Remove timestamp prefix when logging...
2014-10-20 Gunnar BeutnerUpdate some more log messages
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-17 Gunnar BeutnerImplement generic color support for terminals
2014-08-25 Gunnar BeutnerUse const-ref specifier when catching exceptions
2014-06-05 Michael FriedrichError messages: Fix Logger exceptions.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerRename --debug to --log-level.
2014-05-23 Michael FriedrichAdd debug log severity for console logger.
2014-05-22 Michael FriedrichAdd 'notice' severity to *Logger.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-04-01 Gunnar BeutnerImplement additional arguments for log().
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-16 Gunnar BeutnerMerge branch 'feature/console-logger-5342' into next
2013-12-16 Gunnar BeutnerRemove the ConsoleLogger class and keep the default...
2013-12-16 Gunnar BeutnerFix race condition in Logger::GetLoggers.
2013-12-15 Gunnar BeutnerMerge branch 'feature/race-cond-5337' into next
2013-12-15 Gunnar BeutnerFix race condition in icinga::Log.
2013-12-13 Gunnar BeutnerFix crash in icinga::Log.
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
2013-11-21 Gunnar BeutnerImplement support for high-level stack traces.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-22 Gunnar BeutnerRemove unused #includes.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-08-29 Gunnar BeutnerFix state file functionality.
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-06-06 Gunnar BeutnerRemove the ILogger interface.
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-17 Gunnar BeutnerLinux build fix.
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-14 Gunnar BeutnerUse 'explicit' for constructors.
2013-03-01 Gunnar BeutnerRefactored object locking code.
2013-02-26 Gunnar BeutnerMake attribute lookups O(1).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 3).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 2).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-15 Gunnar BeutnerImplement per-thread event queues.
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-02 Gunnar BeutnerUse boost::program_options to parse arguments.
2013-02-02 Gunnar BeutnerRemoved the old-style validation code.
2013-02-01 Gunnar BeutnerImplemented colored log messages.
2012-12-04 Gunnar BeutnerImplemented DynamicType support.
2012-09-22 Michael FriedrichMerge branch 'master' into compatido
2012-09-17 Gunnar BeutnerFixed more doxygen warnings.
2012-09-17 Gunnar BeutnerUpdated doxygen documentation.
2012-09-14 Gunnar BeutnerAdded missing doc strings.
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.