Adds support for generating method helpers, that are useful variables that can be used for logging. The following variables can be enabled: METHOD_NAME, CLASS_NAME, FILE_PATH and LOG_PREFIX. Added support for a new property "methodHelpers" in twconfig.json to control which of these are generated. (stefan-lacatus)
Adds support for generating method helpers, that are useful variables that can be used for logging. The following variables can be enabled:
METHOD_NAME
,CLASS_NAME
,FILE_PATH
andLOG_PREFIX
. Added support for a new property"methodHelpers"
intwconfig.json
to control which of these are generated. (stefan-lacatus)