Changeset 8796 for code/branches/output/src/libraries/core/LuaState.cc
- Timestamp:
- Jul 30, 2011, 12:54:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/core/LuaState.cc
r8788 r8796 36 36 } 37 37 #include <loki/ScopeGuard.h> 38 #include <boost/preprocessor/stringize.hpp> 38 39 39 40 #include "util/Output.h" … … 238 239 void LuaState::luaLog(unsigned int level, const std::string& message) 239 240 { 240 OutputHandler::getOutStream(level) << message << std::endl; 241 #pragma message(__FILE__ "("BOOST_PP_STRINGIZE(__LINE__)") : Warning: TODO: use correct level (and remove boost include)") 242 orxout(debug_output, context::lua) << "luaLog (level: " << level << "): " << message << endl; 241 243 } 242 244
Note: See TracChangeset
for help on using the changeset viewer.