Changeset 947 for code/branches/core2/src/orxonox/core/OutputHandler.cc
- Timestamp:
- Mar 28, 2008, 10:13:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/OutputHandler.cc
r871 r947 33 33 #include "DebugLevel.h" 34 34 #include "OutputHandler.h" 35 #include "ConsoleCommand.h" 35 36 36 37 namespace orxonox 37 38 { 39 ConsoleCommandShortcutGeneric(log, createExecutor(createFunctor(&OutputHandler::log), "log", AccessLevel::None)); 40 38 41 /** 39 42 @brief Constructor: Opens the logfile and writes the first line.
Note: See TracChangeset
for help on using the changeset viewer.