Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Background

...


Format String

Description

XpoLog Pattern

XpoLog ftype

TimeStamp

The timestamp is formatted using the locale of the process where it is formatted. It includes a fully qualified date (for example YYMMDD), 24 hour time with millisecond precision and a time zone.

{date:Date,locale=en,MM/dd/yy HH:mm:ss:SSS z}


ThreadId

An 8 character hexadecimal value generated from the hash code of the thread that issued the message.

{text:Thread ID,charsLength=8;ftype=threadid;,}

threadid

ShortName

The abbreviated name of the logging component that issued the message or trace event. This is typically the class name for WebSphere Application Server internal components, but can be some other identifier for user applications.

{text:Short Name,charsLength=13;ftype=shortname;,}

shortname

LongName

The full name of the logging component that issued the message or trace event. This is typically the fully qualified class name for WebSphere Application Server internal components, but can be some other identifier for user applications.

{text:Source,ftype=source;,}

source

EventType

A one character field that indicates the type of the message or trace event. Message types are in upper case. Possible values include:

F

A Fatal message.

E

An Error message.

W

A Warning message.

A

An Audit message.

I

An Informational message.

C

An Configuration message.

D

A Detail message.

O

A message that was written directly to System.out by the user application or internal components.

R

A message that was written directly to System.err by the user application or internal components.

Z

A placeholder to indicate the type was not recognized.

{map:Event Type,ftype=severity;,F=FATAL;E=ERROR;W=WARNING; A=AUdit;I=INFO;C=CONFIGURATION; D=DETAIL;O=SYSTEM OUTPUT;R=SYSTEM ERROR;Z=UNKNOWN}

severity

ClassName

The class that issued the message or trace event.

{text:Class,ftype=class;,}

class

MethodName

The method that issued the message or trace event.

{text:Method,ftype=method;,}

method

Organization

The organization that owns the application that issued the message or trace event.

{text:Organization,ftype=organization;,}

organization

Product

The product that issued the message or trace event.

{text:Product,ftype=product;,}

product

Component

The component within the product that issued the message or trace event.

{text:Component,ftype=component;,}

component