Log Types and Formats

Use

The Log Viewer tool supports the following log types and formats:

Log Types

Log Formats

ListLog

List

ASCIILog

Text; Trace

SysLog

ABAP Sys Log

The log types and formats are predefined . You cannot configure them.

Features

List Format

This is a standard human readable format that can be parsed and is used by the Log Viewer tool and AS Java. List formatted logs are written to a file and its values are separated by a hash (#). More information: List Log Format 2.0

There is a specific list formatted log file called Change Log . More information: Change Log

Text Format

This format is relevant for text log files and has random structure.

Trace Format

This format is the same as text format. However, it has a particular structure.

where,

  • %d is a timestamp in a readable format.

  • %l is the location on behalf of which the message has been created.

  • %t is the thread that has emitted the message.

  • %s is the severity of the message.

  • %m is the message text.

The numbers in the pattern denote the number of characters for an item. The corresponding output is the following: