Show TOC

Background documentationViews and Perspectives Locate this document in the navigation structure

 

Use the predefined views in Log Viewer to:

  • view particular set of list and text formatted logs and traces.

  • search, filter and download logs and traces.

  • use a template for creating a custom view.

Features

A predefined view is defined by a combination of the following:

  • Filters by data source of log or trace

  • Filters by log and trace name and type

  • Filters by content of the logs and traces

  • Customization of the columns and fields to be displayed for the logs and traces

More information: Filtering Logs and Traces

Customizing Columns for Logs and Traces

Predefined General View

This perspective provides predefined views containing default logs and traces. These logs records are commonly addressed to system administrators and general customers.

More information:Predefined General Views

Other Predefined Views

Three more predefined log perspective types are available:

  • Development – these log records are commonly addressed to developers and support engineers.

    More information:Predefined Development Views

  • Specific – these predefined views are meant for monitoring logs from specific areas (server, security, SOA and so on).

    More information: Predefined Specific Views

  • Configuration Wizard – shows logs and traces from the server's configurational modules. These log records are written by the Configuration Wizard library. You can use the following views:

    • Library Info – shows logs and traces from files, which names contain "application". These log records are placed in category /Applications/CTC/LIB and its subcategories.

    • Library Traces – shows traces from files, which names start with "defaulttrace" . These traces are logged by location com.sap.ctc.util and its sublocations.

    • Alerts – shows logs and traces from files, which names contain "application". These log records are placed in category /Applications/CTC/ and its subcategories. The logs' severity is higher or equal to WARNING.

Custom Views

You can use the predefined views as a template for creating custom views.

More information: Creating, Exporting and Importing Custom Views

More Information

Filter rules:

  • The priority for applying filters is the following: when you apply a filter, all filters that are set below it are also applied, and the filters that are set above it, if any, are not applied.

  • The conditions for applying the filter criteria are the following: when you set two or more filter criteria of the same type, the condition is logical OR. When you set filter criteria of a different type, the condition is logical AND.

    Example Example

    If you set the following filters by content:

    Severity equals WARNING

    Severity equals ERROR

    Category contains /System/

    the system will display logs and traces with category /System/ and severity levels WARNING and ERROR.

    End of the example.