Logging
ActiveMatrix Service Grid supports logging to standard out and using a logging API. For applications, which require a simple demonstration, 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.
For more information, see TIBCO ActiveMatrix® Service Grid Java Component Development.