Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostics: View Events Log Table

Column Display     Related Tasks     Related Topics

This page displays the contents of the instrumentation events log.

To select log messages generated during a specific time interval, or to enter a filter expression, select Customize this table. You can set the following customizations:

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Record ID

Unique identifier to identify this record in the log.

Date

Date when this event was generated.

Timestamp

The date and time this log record was generated, in milliseconds.

Context ID

Diagnostic context information to correlate messages coming from a specific request or application.

Transaction ID

The identifier for the transaction that initiated this diagnostic event. Present only for messages logged in the context of a transaction.

User ID

The user ID under which this diagnostic event was executed.

Type

Type of diagnostic action triggered by this diagnostic event.

Scope

Server or application scope in which this diagnostic event was generated.

Module

Diagnostic module through which this diagnostic event was generated.

Monitor

Diagnostic monitor that triggered this diagnostic event.

Class

Name of the Java class containing the instrumented method.

Method

Name of the instrumented method that generated this diagnostic event.

Method Descriptor

The descriptor of the method that generated this diagnostic event.

Arguments

Arguments passed to the method that generated this diagnostic event, if any.

return Value

Value returned by the method that generated this diagnostic event, if any.

Payload

The diagnostic context payload associated with diagnostic event.

Related Tasks

Related Topics


Back to Top