LOG_CATEGORIES

Specifies which categories of information to write to the log.

Warning: Do not change this parameter unless you are advised to do so by TIBCO Support.

Values: Bit settings from 0x00000001 to 0xFFFFFFFF
Default: 0xFFFFFFFF (LOGCAT_ALL)

The following log categories are available (either alone or by combining the indicated hex values):

Category

Value

Description

LOGCAT_ALL

0xFFFFFFFF

All

LOGCAT_MAINTHD

0x00000001

Main Thread

LOGCAT_UDPTHD

0x00000002

UDP Thread

LOGCAT_TCPTHD

0x00000004

TCP Message Receive Thread

LOGCAT_AUTOFWDTHD

0x00000008

Auto Forward Thread

LOGCAT_AUXTHD

0x00000010

Auxiliary Thread

LOGCAT_MSGTHD

0x00000020

Message Processing Threads

LOGCAT_LOGIN

0x00000040

Login/logouts

LOGCAT_PASSWORD

0x00000080

Set Password

LOGCAT_USER

0x00000100

Add/Remove/Change/List Users

LOGCAT_ATTRIBUTE

0x00000200

Add/Remove/Change/List Attributes, Change User

LOGCAT_ROLE

0x00000400

Add/Remove/List Role

LOGCAT_GROUP

0x00000800

Add/Remove Group, Add/Remove User From/To Groups

LOGCAT_PROC

0x00001000

Purge Case, List/Query Procedures

LOGCAT_PROCQUERY

0x00002000

Query Procedures

LOGCAT_PROCDEF

0x00004000

Extended list procs, extended marking info, aggregate case info

LOGCAT_QACCESS

0x00008000

Add/Remove/List View Queue and Autoforward Queues

LOGCAT_QQUERY

0x00010000

Queue query, get queue item, destroy view

LOGCAT_CASE

0x00020000

Close/Purge Case

LOGCAT_NODE

0x00040000

List node

LOGCAT_EVENT

0x00080000

Trigger event

LOGCAT_WORKITEM

0x00100000

Get/Keep/Release/Forward work item

LOGCAT_FORWARDING

0x00200000

Forward Item, Add/Remove/List Auto-Forward List

LOGCAT_INSTRUMENTATION

0x00400000

Get Instrumentation (GI) transaction

LOGCAT_MEMOATTACHMENT

0x00800000

(not currently used)

LOGCAT_SWLSTTBL

0x01000000

(not currently used)

LOGCAT_LOG

0x02000000

Set log level/categories

LOGCAT_TIMING

0x04000000

SAL SDK timing (for internal use)

LOGCAT_DIRECTOR

0x08000000

TIBCO iProcess Objects Director operations

Process Attribute

Description

LOG_CATEGORIES

Type : String

Range : N/A

Default : 0xFFFFFFFF

A set of bit flags to indicate which logging areas should be switched on. An individual category may be specified, or you can combine the category values, then set this attribute to the calculated value.

This process attribute can be changed while the TIBCO iProcess Objects Server is running.