Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • %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: 



Anchor
F526F534F526
F534
Figure 526534: 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.