Designer 10.7 | webMethods CAF and OpenUI Development | 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;