/
A20.2 DEBUG INFORMATION FORMAT
A20.2 DEBUG INFORMATION FORMAT
In debug mode only, it is recommended to select the Log Level: DEBUG and Format String: {(%F:%L[%M]) - %m%n} which would result in the most deep level of reporting where:
- %F represents the name of the Java class;
- %L the location inside this class (line number);
- %M the name of the method;
- %m the explaining message;
- %n the evaluated number(s) – if any.
On the SEAMCAT configuration panel there is the option of choosing one of the below format settings:
Figure 534: Options of format strings for the debug information
where (additionally):
- %-5p represents the first 5 digits of the information type (here DEBUG) at the leading left
- %5p the first 5 digits of the information type (here DEBUG) at the actual position
- %d the default time format (yyyy-mm-dd HH:mm:SS,sss)
- %d (..) a specified time format
- %t the running thread
Notes:
- This format is also applied to the header of the information recorded by the seamact.log file (see Annex 19).
- In addition to the predefined selection, the format string field is also editable and can be modified the Format String according to your demands.
, multiple selections available,
Related content
Enhancing clarity and usability of ECC Reports
Enhancing clarity and usability of ECC Reports
More like this
Known errors - GoTo
Known errors - GoTo
More like this
Profile information
Profile information
More like this
Release History
Release History
More like this
Group information and functions
Group information and functions
More like this
2.8 Running from the command line
2.8 Running from the command line
More like this