logPluginsRegisterProgress. For example:<argument key="logRegister" type="logPluginsRegisterProgress" />The argument value will be a
String, but you don't need to process it explicitly. If the framework encounter an argument of this type, it will set the PluginsManager logging level accordingly. false: The level will be PluginsRegisterProgressType.LOG_NO value, which specify that the process will not be loggedtrue or simple: The PluginsRegisterProgressType.LOG_SIMPLE value, which specify that only the exceptions messages and the information messages will be presentfull: The PluginsRegisterProgressType.LOG_FULL value which specify that the exceptions StackTraces and the information messages will be present<arguments> <argument key="arg1" type="int" /> <argument key="logRegister" type="logPluginsRegisterProgress" /> </arguments>With the following command-line arguments to launch the application:
arg1=23 logRegister=true ...
Then the exceptions messages and the information messages will be present.Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences