You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fathardie edited this page May 12, 2017
·
4 revisions
We integrated pax-logging to allow for a scala of logging API's and to aggregate all logging before pushing it out to a destination. To allow logging for your bundle:
Now use import org.apache.log4j.Logger; and Logger.getLogger("<some logger grouping name>").{debug,fatal,info,warning,error,trace}("<some message>") to log your messages.
Default loglevel: DEBUG If you want to change this default, you can add the following system property in your felix config: