AgileApps Support Wiki Pre Release

Difference between revisions of "Debug Log"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 18: Line 18:


===Controlling Severity-Level Visibility===
===Controlling Severity-Level Visibility===
Debug messages have different severity levels. You can specify which severity levels to display in the [[Developer Configuration]] settings.
Debug messages have different severity levels. In the [[Developer Configuration]] settings, you can specify which severity levels are recorded in the log.


===Viewing the Debug Log===
===Viewing the Debug Log===

Revision as of 18:55, 4 October 2011

Designer > Global Resources > Debug Log

About the Debug Log

Working with the Debug Log

To work with the debug log, you need either of these permissions:

Adding entries to the Debug Log

Use Functions.debug statements in your classes to add entries to the Debug Log.

That Function adds statements at the INFO severity level. To see those statements in the Debug Log, make sure that the "recording level is set to that level, or lower. You can also use the [Logger functions to add messages at specified severity levels, and to add an additional "type" parameter you can use to filter the log, later.

Learn more:

Controlling Severity-Level Visibility

Debug messages have different severity levels. In the Developer Configuration settings, you can specify which severity levels are recorded in the log.

Viewing the Debug Log

  1. Visit Designer > Global Resources > Debug Log
    Debug Log entries are displayed in a View.
  2. Use standard Searching and Filtering operations to determine which records are displayed.

Clearing the Debug Log

  1. Visit Designer > Global Resources > Debug Log
  2. Click [Clear Debug Log]