AppID - nthallen/monarch GitHub Wiki

Every application under Monarch should include an AppID object that identifies a short name, a longer name and a version. This information is used when logging from the application using the msg() functions.

By convention, this should be defined in the application's top level .oui file within a package called appid_default. Many applications that use various library modules may automatically inherit a default AppID definition from the module's .oui file. This will provide a clue if a more specific AppID isn't provided. The following command can be used to point you to examples:

grep appid_default /usr/local/share/monarch/oui/*.oui