On 1/30/07, Jeremy L. Moles <[EMAIL PROTECTED]> wrote:
Well, I knew about NOTICE, but the reason I want on and on about INFO is
because it's the default. :) I guess I can implicitly infer you think
it's a bad idea then? :)

The idea is workable, but I don't think its mets the minimal and complete test.

Perhaps you could write a notify version that isn't intrusive to the
core OSG, such as:

ostream& objectNotify(NotifyLevel level, osg::Obejct* object)
{
    return 
osg::notify(level)<<object->libraryName()<<":"<<object->className()<<"
"<<;
}

I don't even know if the above will compile, but I'm sure you'll
understand where I'm coming from.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to