OpenVDB  9.0.1
Public Member Functions | Public Attributes | List of all members
LevelScope Struct Reference

A LevelScope object sets the logging level to a given level and restores it to the current level when the object goes out of scope. More...

#include <openvdb/util/logging.h>

Public Member Functions

 LevelScope (Level newLevel)
 
 ~LevelScope ()
 

Public Attributes

Level level
 

Detailed Description

A LevelScope object sets the logging level to a given level and restores it to the current level when the object goes out of scope.

Constructor & Destructor Documentation

LevelScope ( Level  newLevel)
inlineexplicit
~LevelScope ( )
inline

Member Data Documentation

Level level