Ignore:
Timestamp:
Jun 30, 2011, 11:35:23 AM (13 years ago)
Author:
Christoph Mayer
Message:

-logging semantics vereinheitlicht

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPong.cpp

    r8597 r9894  
    2727// implementation of the startup interface
    2828void PingPong::startup() {
     29
     30        // set up logging
     31        logging_rootlevel_warn();
     32        logging_classlevel_debug(PingPong);
    2933
    3034        logging_info( "starting up PingPong service ... " );
Note: See TracChangeset for help on using the changeset viewer.