Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jms thread: Re: Chapter 9 Dist logging


Message #1 by "chanoch" <mail@c...> on Sat, 1 Jun 2002 22:52:54 +0100
are you joking? You need to actually show some code before we can help you.
My guess though, is that you are using some kind of buffered stream and you
arent flushing the stream.

chanoch
----- Original Message -----
From: "Eric" <netizen.mail@a...>
To: "Pro_Java_Message_Service" <pro_jms@p...>
Sent: Saturday, May 18, 2002 5:21 PM
Subject: [pro_jms] Chapter 9 Dist logging


> I've got the logging framework working i creating the following in
> weblogic 6.1:
> Connection Factories
> TCFactory
>
> Servers
> MyJMSServer
> Topics
> LoggingJMSTopic
> LogServiceConfig
> myTopic
>
> in the properties file
> debug=true
> in startup
> framework.boot.debug=true
>
> Now when i try to log using
> logService.logDebug( "LoggingJMSTopic", "Test debug log" );
> logService.logError( "LoggingJMSTopic", "Test debug log" );
> logService.logWarn( "LoggingJMSTopic", "Test debug log" );
> logService.log( "LoggingJMSTopic", "Test debug log" );
>
> My properties file is to save to a file
>
> when i start it up my LoggingJMSTopic.xml file is created but this
> information is never placed in it.
>
> Any ideas why?
>
> Thanks
>
> ---
> Do you need true END-TO-END (e2e) Java Messaging (JMS)?  Softwired
> offers industry's ONLY complete 100% JMS messaging solutions for your
> needs TODAY.
> Visit
http://adtracking.wrox.com/track.asp?x=p2p%2Fe%2Fjava%2Dsoftwired&url=www.so
ftwired-inc.com NOW and find
> out more!
> Our unique product range includes: iBus//Mobile (wireless data),
> iBus//MessageBus (IP Multicast), iBus//MessageServer (store and forward)
> and much more!
>


  Return to Index