![]() |
PIP 5.6.1
Platform-Independent Primitives
|
The Application module provides classes commonly needed at program startup and runtime:
addArgument("debug") for -d / --debug), check presence with hasArgument(), optionally read values. Used in Getting started for console and debug flags.All are included via the main PIP library or the Application umbrella (piapplicationmodule.h). For CLI and logging, see Getting started; for full API details see the headers picli.h, pilog.h, pisystemmonitor.h, pisingleapplication.h, pitranslator.h.