How can i use widlfire Log for logging from my plugin classes?
I am trying to use org.jivesoftware.util.Log class but logs in control panel are empty.
I think it’'s happens cause plugin and wildfire use different classloaders.
Any ideas?
How can i use widlfire Log for logging from my plugin classes?
I am trying to use org.jivesoftware.util.Log class but logs in control panel are empty.
I think it’'s happens cause plugin and wildfire use different classloaders.
Any ideas?
Nicht,
You should be able to use the Log class without problems. Wildfire acts as a parent class loader for plugins. Have you tried something like: Log.error(“this is a test”); ?
Regards,
Matt