Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
Not Applicable | - |
1. Add a logger, for example 'HelloWorldLogger", to a TIBCO service-oriented architecture(SOA) application's Java component implementation. For more details, refer to the TIBCO ActiveMatrix Service Grid 3.3.0 documentation > Composite Development> Application Logging.
2). Using the TIBCO Activematrix Administrator GUI, deploy the application to a TestNode.
3). Create a new file based appender. For example, "HelloWorldLoggerAppender" from the Administrator GUI (Shared Object>Logging Appender).
4). In Administrator, create a new logging configuration for the application.
a). Select the application name from "Applications" and click on Configuration> Logging> Uncheck "Use the node's logging configuration".
b). Click "Add" and type in the logger name "HelloWorldLogger".
c). Click on 'Set Appender" and select the appender "HelloWorldLoggerAppender" created in step 3 and also assign a logging level.
d). "Save and apply" the changes.