Changes between Version 3 and Version 4 of ~archive/OutputHandler
- Timestamp:
- Apr 15, 2017, 3:41:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/OutputHandler
v3 v4 1 [[ArchivePage]] 2 1 3 = !OutputHandler = 2 4 … … 7 9 Every stream has it's own maximal debug-level. Output only gets passed to a stream, if the level of the output is <= the configured level of the stream. To set the level of the output, use '''setOutputLevel('''''level''''')'''. After that, every following output will have this level. 8 10 9 Usually the [wiki:Debug COUT(level) macro] handles this. The [wiki:CoreSettings debug level config values] define the levels of each stream. Read the related wiki-pages for more information. OutputHandler receives the configured output levels as soon as [wiki:CoreSettings] gets created. The [wiki: archive/OutputBuffer OutputBuffer] of the Shell will be added as soon as the Shell gets created. OutputHandler uses a fallback OutputBuffer until then.11 Usually the [wiki:Debug COUT(level) macro] handles this. The [wiki:CoreSettings debug level config values] define the levels of each stream. Read the related wiki-pages for more information. OutputHandler receives the configured output levels as soon as [wiki:CoreSettings] gets created. The [wiki:OutputBuffer OutputBuffer] of the Shell will be added as soon as the Shell gets created. OutputHandler uses a fallback OutputBuffer until then. 10 12 11 13