L.S., What version of ServiceMix are you using here? If you're using ServiceMix 4, just using java.util.logging packages should ensure that things get logged in the default log files in data/log/servicemix.log. We are using Pax Logging there, which ensures that most common logging APIs get handled transparently, all using the same configuration file and settings.
For ServiceMix 3.x, the best solution would be to use commons-logging and/or log4j (which is the default log implementation for ServiceMix 3). Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Fri, Oct 21, 2011 at 11:33 AM, mahendrasawarkar < [email protected]> wrote: > Hi all, > > hi guys i have done bean-su with java.util.logging api but i can not able > to see logs to servicemix console but i am not getting exception... > 1> where to see the logs generated by these api? > 2> do they need any dependency of slf4j or log4j? > 3> I could not able to to see logs on jconsole, so can we get logs on > jconsole? > 4> Do i need to change java.util.logging.properties in ${home}/etc folder. > or the same file in jdk home directory. > > please suggest solution... > > reply is appreciable....... > > Thanks and Regards, > Mahendra > > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/How-to-use-java-util-logging-tp4924235p4924235.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
