Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2008, 12:25:11 AM (16 years ago)
Author:
rgrieder
Message:

test files, no real content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/OutputHandler.h

    r1725 r1766  
    201201    }
    202202}
     203//template<class T>
     204//orxonox::OutputHandler& operator<<(orxonox::OutputHandler& out, const T& output)
     205//{
     206//    if (orxonox::OutputHandler::getSoftDebugLevel(orxonox::OutputHandler::LD_Console) >= out.getOutputLevel())
     207//        std::cout << output;
     208//
     209//    if (orxonox::OutputHandler::getSoftDebugLevel(orxonox::OutputHandler::LD_Logfile) >= out.getOutputLevel())
     210//    {
     211//        out.getLogfile() << output;
     212//        out.getLogfile().flush();
     213//    }
     214//
     215//    if (orxonox::OutputHandler::getSoftDebugLevel(orxonox::OutputHandler::LD_Shell) >= out.getOutputLevel())
     216//        (*out.getOutputBuffer()) << output;
     217//
     218//    return out;
     219//}
    203220
    204221#endif /* _OutputHandler_H__ */
Note: See TracChangeset for help on using the changeset viewer.