The Logger Namespace Hierarchy; Enterprise Server Logger Namespaces - Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual

Hide thumbs Also See for GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

About Logging
[#|2006-10-21T13:25:53.852-0400|INFO|sun-appserver9.1|javax.enterprise.
system.core|_ThreadID=13;|CORE5004: Resource Deployed:
[cr:jms/DurableConnectionFactory].|#]
In this example,
The log record format might be changed or enhanced in future releases.

The Logger Namespace Hierarchy

The Enterprise Server provides a logger for each of its modules. The following table lists the
names of the modules and the namespace for each logger in alphabetical order, as they appear
on the Log Levels page of the Admin Console (see
last three modules in the table do not appear on the Log Levels page.
TABLE 17–1
Module Name
Admin
Classloader
Configuration
Connector
CORBA
Deployment
EJB Container
166
Sun GlassFish Enterprise Server 2.1 Administration Guide • December 2008
[# and #] mark the beginning and end of the record.
The vertical bar (|) separates the record fields.
2006-10-21T13:25:53.852-0400 specifies the date and time.
The Log Level is INFO. This level may have any of the following values: SEVERE, WARNING,
INFO, CONFIG, FINE, FINER, and FINEST.
The ProductName-Version is sun-glassfish-comms-server1.0.
The LoggerName is a hierarchical logger namespace that identifies the source of the log
module, in this case javax.enterprise.system.core.
The Key Value Pairs are key names and values, typically a thread ID such as _ThreadID=14;.
The Message is the text of the log message. For all Enterprise Server SEVERE and WARNING
messages and many INFO messages, it begins with a message ID that consists of a module
code and a numerical value (in this case, CORE5004).

Enterprise Server Logger Namespaces

"Configuring Log Levels" on page
Namespace
javax.enterprise.system.tools.admin
javax.enterprise.system.core.classloading
javax.enterprise.system.core.config
javax.enterprise.resource.resourceadapter
javax.enterprise.resource.corba
javax.enterprise.system.tools.deployment
javax.enterprise.system.container.ejb
168). The

Advertisement

Table of Contents
loading

Table of Contents