Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Applications : Logging

Logging
Refer to the Administration book for TIBCO ActiveMatrix Service Grid or TIBCO ActiveMatrix Service Bus for information the logging architecture.
A logger associates a runtime object with an appender, specifies the types of events to be logged, and whether to pass messages to a parent logger. Each host, node, and application can have a logging configuration and each logging configuration has a root logger. The logging level is specified for each appender that belongs to a logger. This lets a logger to send logs to different destination with a different level. You can use the Administrator graphical and command-line interfaces to create loggers and appenders and to add appenders to existing loggers.
Logging Appenders
TIBCO ActiveMatrixruntime objects—hosts, nodes, and applications—use log4j technology to output log statements to a variety of output targets. In log4j, a target is called an appender. TIBCO ActiveMatrix supports the following logging appender types: clear text file, Common Base Event (CBE) format file, and JMS. Events logged to a JMS appender are stored in a database. Logging appenders can be referenced by multiple logging configurations. You can create the following types of logging appenders:
File Appends events to a log file.
Clear Text - the log file is stored in clear text format.
CBE - the log file is stored in CBE format.
JMS Appends events to a log service instance, which in turn stores the events to a database.
TIBCO ActiveMatrix Implementation Type for TIBCO Adapters provides an additional logging configuration for the node com.tibco.amx.it.proxy.
Enabling Logging
About this task 
Follow these steps to enabling logging for the AdapterIT component.
Procedure 
1.
2.
3.
Click the Configuration tab.
4.
Click the Logging link.
The logging configurations table for the host, node, or application displays.
5.
Click Add.
A row is added to the list.
6.
7.
8.
Click Set Appender.
A row is added to the list.
9.
10.
In the Appender column, select the com.tibco.amx.it.proxy appender.
11.
Click Save and Apply.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved