[omniORB] Redirrect the omniOrb Trace to a file

Duncan Grisby duncan at grisby.org
Fri Feb 20 17:00:51 GMT 2004


On Monday 16 February, "Rui Vaz (TELBIT)" wrote:

> I would like to know if there are a method to redirect the omniOrb
> trace to a specified file?
>
> When for example i specify the TraceLevel=25 i obtain a large number
> of logs on the screen, but i would like to redirect this logs to a
> file, that's possible with omniORB3 and omniORB4?

omniORB logs to stderr, so if you redirect that to a file, the logs
will go there. omniORB 4 lets you register a log function to do
something else, but omniORB 3 doesn't have anything equivalent.  You
could always modify the logger code to send it to a file.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list