Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

In debug mode only, we recommend selecting 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 you have the option of choosing one of the below format settings:

Figure 526: 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 you may modify the Format String according to your demands. 
  • No labels