Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3590 in orxonox.OLD


Ignore:
Timestamp:
Mar 17, 2005, 1:06:51 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: updated debug.h: now possibility to log per module (compile-time)

  1. write in the cc-file at the beginnig !!BEFORE ANY INCLUDES!!

#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_[MODULENAME]
where [MODULNAME] is a name of a module that can be defined in debug.h

  1. define a new MODULE: easy just write a new one under the other ones in DEBUG.h
  1. if you do not wish special loggin everything stays as is, and you do not have to worry. (then de verbose will be set from orxonox.cc: int verbose)
Location:
orxonox/trunk/src
Files:
18 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.