Hi Vincent

osg::nofify is a simple log system with only one logger. So you can't expect
have many logger or one logger per thread.



To do this, you need a strongest log library like
log4cpp<http://log4cpp.sourceforge.net/>,
or the
incoming Boost.Log <http://sourceforge.net/projects/boost-log/>.

HTH
David Callu

2010/7/6 Vincent Bourdier <vincent.bourd...@gmail.com>

> Hi all,
>
> I'm using the osg::notify logs, but in two applications(threads) in the
> same process.
> Each application uses the notify logs of osg that are redirected into a log
> file, but when one application run and the second is started, it redirect
> each logs into a new common file...
> I would like to keep each log into a separate file, but keeping the
> osg::notify usage.
>
> Do you have any idea or suggestion ?
>
> Thanks
>
> Regards,
>   Vincent.
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to