Rigid Body Dynamics Library
Logging.h File Reference

Go to the source code of this file.

Data Structures

class  LoggingGuard
 Helper object to ignore any logs that happen during its lifetime. More...
 

Functions

RBDL_DLLAPI void ClearLogOutput ()
 

Variables

RBDL_DLLAPI std::ostringstream LogOutput
 

Function Documentation

◆ ClearLogOutput()

RBDL_DLLAPI void ClearLogOutput ( )

Definition at line 12 of file Logging.cc.

References LogOutput.

Variable Documentation

◆ LogOutput

RBDL_DLLAPI std::ostringstream LogOutput
extern

Definition at line 10 of file Logging.cc.