LogService.log second overload does not work
--------------------------------------------

                 Key: FELIX-2826
                 URL: https://issues.apache.org/jira/browse/FELIX-2826
             Project: Felix
          Issue Type: Bug
          Components: Log Service
            Reporter: Andriyko


I am using org.osgi.service.log.LogService.

I have the weirdest bug, when writting my LogHelper class. The second 
overloaded "log" function does not work.

Now I can call the:

LogService.log(int level, String message)

with no problems, but when I try to use the one with the Throwable overloaded 
argument:

LogService.log(int level, String message, Throwable exception)

Eclipse highlights the call as wrong, and gives me this wierd error message:

The type org.osgi.framework.ServiceReference cannot be resolved. It is 
indirectly referenced from required .class files


P.S.: I created a stackoverflow question for this issue, no-one seems to know 
what's up:
http://stackoverflow.com/questions/4819269/osgi-logservice-log-method-does-not-work

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to