/
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:

  1. This format is also applied to the header of the information recorded by the seamact.log file (see Annex 19).
  2. In addition to the predefined selection, the format string field is also editable and can be modified the Format String according to your demands.