Logging

TIBCO ActiveMatrix Service Grid supports logging to standard out and using a logging API. For simple demonstration applications, you can log to SDTOUT. However, for product applications you should use the logging API.

Note: For WebApp implementations of type WAR or WTP (non-OSGified WebApp), application-level loggers work only when the loggers are defined in servlets and filters. If loggers are defined in any other class in the web-inf/lib folder or a separate jar file, it does not use the application-level logging configuration. Such classes use the node-level logging configuration.

See TIBCO ActiveMatrix Java Component Development for details.