Hello Michael,

Michael Raab wrote:
> what is the best way to investigate the type of the corrupt field container?

hm, since the container does not exist on the server side, you first 
need to find its id on the client side. The RemoteAspect keeps a mapping 
between local ids and remote ids.
Once you have the id you can get a pointer fc to the container from the 
FieldContainerFactory and use fc->getType().getCName() to get the type name.

> How can I set the logging level?

by setting the environment variable OSG_LOG_LEVEL to one of DEBUG, INFO, 
WARNING or FATAL.

        Cheers,
                Carsten

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to