Designing and Implementing Composite Applications : webMethods CAF and OpenCAF Development Help : User Interface Controls Concepts : Client-Side Libraries : Logger : Logger and Firebug
Logger and Firebug
You can direct Composite Application Framework Logger messages to the Firebug console with the following javascript:
Logger.appendToFirebug();
You could start a Logger.FirebugAppender instance that listens to a custom log level or category to avoid all the Composite Application Framework debug messages. For example:
Logger.history.replay(new Logger.FirebugAdapter(Logger.INFO,
"my-category").start().append;
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback