Designing and Implementing Composite Applications 10.3 | 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 © 2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.