VMware {code} Community
sonunarula04
Contributor
Contributor

VCenter web client Logging Framework

Hello,

Can someone Please tell which logging framework is used by VCenter web client. Does it support logging on the basis of log levels for VCenter web client plugin.

Also please tell if there are any guidelines for VCenter plugin logging.


Regards,

Sonika

0 Kudos
1 Reply
laurentsd
VMware Employee
VMware Employee

This is answered in the SDK doc  (see docs/FAQ.html#flex-logs and docs/FAQ.html#java-logs)

On the Java side you can use org.apache.commons.logging.LogFactory  as shown in the SDK samples.

On the Flex side see also this Adobe doc: Adobe Flex 4.6 * Client-side logging and debugging

Our guidelines is to turn off all debug logging in a production environment by default, i.e. only leave error traces that can be used later by Support.

0 Kudos