Posted: Thu Mar 31, 2005 1:43 pm Post subject: Custom Java Node in v5 - Write to User Trace files?
Master
Joined: 16 May 2001 Posts: 200 Location: Green Bay Packer Country
In my custom Java node, I'd like to be able to write output to what ends up on the User Trace files. I've found that MBService can write to the broker's log. Can anything in the API write to the user trace file. I'd like to avoid using my own node log file if possible and depend on these other means. It's cleaner for the developers also. _________________ Thanks!!!
Well, you objective is possible only if you are using C-Plugins...in Java plugins this is not possible. Regarding the MbService, you can use this to log messages into the Operating system log...i.e., EventLog on Windows or Syslog on Unix machines like the way MQ/WBIMB does.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum