![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
| INI File name | Meaning | Expected Location |
|---|---|---|
| caps.ini | Shared initialization | CAPS Configuration Directory |
| capsmanagement.ini | Shared class initialization | CAPS Configuration Directory |
| caps-printing-coordinator.ini | Printing Coordinator specific | CAPS Configuration Directory |
All executables related to the printing coordinator use a shared and an individual set of run-time INI files to support a generic way to configure their verbosity level.
By adding the following entry to a carefully selected INI file, you can limit the verbosity change to a specific component of the CAPS universe or set it for all components at once.
Examples: if you modify the
caps.inifile, all CAPS universe components are affected. When modifying thecapsdriver.inifile instead, only printer drivers are affected (but all at once), but not the printing coordinator itself.
The entry to add is the section [debug] and the keyword verbosity:
[debug] verbosity=<level>
The supported level words are:
panic sets up LIBCAPS_PANICerror sets up LIBCAPS_ERRORwarn sets up LIBCAPS_WARNinfo sets up LIBCAPS_INFOloud sets up LIBCAPS_LOUDnoisy sets up LIBCAPS_NOISYdebug sets up LIBCAPS_DEBUG