How to write additional log-information into the logfiles of jive-wildfire?

Hi all,

I wrote a plugin and want to log some information into the logfiles of jive-wildfire.

I prefer to write my log-information into another file (e.g. .log). Is it possible?

log4j is a good logger. It is possible to use it for this purpose ?

Thanks

Abdelatif

Abdelatif,

You can certainly do any custom logging that you’‘d like. However, we recommend using the standard logs in most cases since people expect to see log output in the same place and they can also see the standard log output in the admin console. Basically, I’'d only use a custom log for very special use cases.

To use the standard logging feature, just use the Log class in Wildfire.

Regards,

Matt

Thank you very much matt!! It was very helpful