Changes between Version 1 and Version 2 of ~archive/Debug
- Timestamp:
- Apr 15, 2017, 3:40:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/Debug
v1 v2 1 [[ArchivePage]] 2 1 3 = Debug = 2 4 3 5 == Description == 4 6 5 Debug.h is a header-file, defining several macros for easy-to-use debug-output into the console, the logfile and the ingame [wiki:Shell] with different debug-levels. Debug.h defines macros for COUT, which passes the text over to the [wiki: archive/OutputHandler OutputHandler] which handles the redirection of output to the different streams.7 Debug.h is a header-file, defining several macros for easy-to-use debug-output into the console, the logfile and the ingame [wiki:Shell] with different debug-levels. Debug.h defines macros for COUT, which passes the text over to the [wiki:OutputHandler OutputHandler] which handles the redirection of output to the different streams. 6 8 7 The user can set the desired maximal output levels for every device (console, logfile, Shell) in the [wiki: ConfigValue config file] in the section of the class [wiki:CoreSettings Core].9 The user can set the desired maximal output levels for every device (console, logfile, Shell) in the [wiki:code/howto/ConfigValue config file] in the section of the class [wiki:CoreSettings Core]. 8 10 9 11 == Macros ==