Logging category reference

The following list describes some of the major Guidewire logging categories that are available in PolicyCenter. The list is not exhaustive.

Logging category

Description

Api.*

Base logging category for calls for all SOAP APIs.

Application.*

Base logging category for internal Guidewire application logging.

Application.Addressbook

Logging for Guidewire platform code that interacts with ContactManager. Guidewire ContactManager does not use this category.

Assignment.*

Base logging category for the assignment subsystem.

Availability

Logging of the determination of availability of an item in PolicyCenter. PolicyCenter bases the availability criteria for each item on the item type.

For example, suppose that one criterion is the effective date of an item. If the effective date is not prior to or equal to today’s date, the item is not available.

BillingIntegration

Logging of integration between PolicyCenter and BillingCenter.

BizRules

Base logging category for business rule activity and events.

Configuration.*

Base logging category for configuration problems in such areas as in security configuration, PCF configuration, locale configuration and so forth.

Datagen

Logging of internal Guidewire code used for testing.

Geodata.*

Base logging category for the Geodata daemon.

Globalization.*

Base logging category for the globalization subsystem.

Import

Logging for import of XML data into PolicyCenter.

Integration.*

Base logging category for general integration issues.

LDAP

Logging of issues related to the LDAP subsystem.

Messaging.*

Base logging category for the messaging system. PolicyCenter writes logging information in this category to a separate messaging.log file.

OSGi.*

Base logging category for calls to OSGi plugins.

PerfAction.*

Base logging category for issues related to performance.

PerfAnalyzer

Logging of issues related to the performance analyzer.

Plugin.*

Base logging category for all calls into any plugin. For child categories of Plugin, use the plugin name (PluginName), for example:
  • Plugin.PluginName

PolicyCenter writes logging information in this category to a separate plugins.log file.

Profiler

Base logging category for the Guidewire Profiler. See The Guidewire Profiler screens for more information on the Guidewire Profiler.

PXLOGGER Logging for the internal Guidewire test platform.
REST Base logging category for REST API calls.

RuleEngine

Do not use. Use RuleExecution instead.

RuleExecution.*

Base logging category for PolicyCenter rule execution. Only execution actions of rules generate logging events in this category. This category does not contain any information from the rules engine itself.

PolicyCenter writes logging information in this category to a separate ruleexecution.log file.

RuleExecutionUI

Logging of rule execution activity in the PolicyCenter interface.

Rules

Do not use. Use the RuleExecution logging category instead.

Security

Internal Guidewire base logging category for security logging.

Server.*

Internal Guidewire base logging category for server and platform logging.

Studio

Logging of Guidewire Studio activity. This category applies to non-Gosu-related activities in Guidewire Studio only. However, if you execute Gosu code within the Studio Gosu Scratchpad, Studio executes the Gosu code on the server. Thus, it is possible to trigger Rule Engine logging on the server as well.

PolicyCenter writes logging information in this category to a separate studio.log file.

Test.*

Internal Guidewire base logging category for the test subsystem.

User

Logging of each user’s log in and log out of PolicyCenter.

UserInterface

Internal Guidewire base logging category for user interface logging.

Workqueue

Base logging category for work queue functionality. For more information on work queues, see Administering PolicyCenter processes.

See also