openscenegraph
Public Member Functions
osg::StandardNotifyHandler Class Reference
Inheritance diagram for osg::StandardNotifyHandler:
osg::NotifyHandler osg::Referenced

List of all members.

Public Member Functions

void notify (osg::NotifySeverity severity, const char *message)

Detailed Description

Redirects notification stream to stderr (severity <= WARN) or stdout (severity > WARN). The fputs() function is used to write messages to standard files. Note that std::out and std::cerr streams are not used.

See also:
setNotifyHandler

Member Function Documentation

void osg::StandardNotifyHandler::notify ( osg::NotifySeverity  severity,
const char *  message 
) [virtual]

Implements osg::NotifyHandler.


The documentation for this class was generated from the following file: