[omniORB] client side logging
Diez B. Roggisch
deets at web.de
Mon Dec 13 14:11:12 GMT 2004
> I start my omniORB from python using omniORBpy. I can not set the
> commandline argument, I can only set the configuration file.
You can. In the ORB_Init-call is an args argument that you can pass a list of
arguments. I use sometimes e.g. this:
from omniORB import CORBA, PortableServer
ORB = CORBA.ORB_init(sys.argv + ["-ORBtraceLevel", "40"] , CORBA.ORB_ID)
Regards,
Diez B. Roggisch
More information about the omniORB-list
mailing list