# # ChangeLog for code/branches/FICN/src/orxonox/core/OutputHandler.cc # # Generated by Trac 1.0.9 # Jun 2, 2024, 2:27:41 AM Thu, 27 Dec 2007 15:58:52 GMT landauf [699] * code/branches/FICN/src/orxonox/core/Debug.h (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.cc (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.cc (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.h (modified) introduced 3 different soft debug levels: one for each output device ... Wed, 26 Dec 2007 14:24:14 GMT landauf [685] * code/branches/FICN/src/orxonox/core/OutputHandler.cc (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.h (modified) commented the type-specific overloaded non-member << operators out, ... Wed, 26 Dec 2007 13:19:53 GMT landauf [684] * code/branches/FICN/src/orxonox/core/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/core/CorePrereqs.h (modified) * code/branches/FICN/src/orxonox/core/Debug.h (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.cc (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/src/orxonox/core/Error.h (modified) * code/branches/FICN/src/orxonox/core/OutputHandler.cc (added) * code/branches/FICN/src/orxonox/core/OutputHandler.h (added) * code/branches/FICN/src/orxonox/core/SignalHandler.h (modified) - added new class: the OutputHandler replaces std::cout in Debug.h ...