Changeset 9894 for sample/pingpong
- Timestamp:
- Jun 30, 2011, 11:35:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.cpp
r8597 r9894 27 27 // implementation of the startup interface 28 28 void PingPong::startup() { 29 30 // set up logging 31 logging_rootlevel_warn(); 32 logging_classlevel_debug(PingPong); 29 33 30 34 logging_info( "starting up PingPong service ... " );
Note:
See TracChangeset
for help on using the changeset viewer.