HDK
|
Go to the source code of this file.
Classes | |
struct | openvdb::OPENVDB_VERSION_NAME::logging::LevelScope |
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... | |
Namespaces | |
openvdb | |
openvdb::OPENVDB_VERSION_NAME | |
openvdb::OPENVDB_VERSION_NAME::logging | |
Macros | |
#define | OPENVDB_LOG_INFO(mesg) |
#define | OPENVDB_LOG_WARN(mesg) do { std::cerr << "WARNING: " << mesg << std::endl; } while (0); |
#define | OPENVDB_LOG_ERROR(mesg) do { std::cerr << "ERROR: " << mesg << std::endl; } while (0); |
#define | OPENVDB_LOG_FATAL(mesg) do { std::cerr << "FATAL: " << mesg << std::endl; } while (0); |
#define | OPENVDB_LOG_DEBUG(mesg) |
#define | OPENVDB_LOG_DEBUG_RUNTIME(mesg) |
Functions | |
Level | openvdb::OPENVDB_VERSION_NAME::logging::getLevel () |
void | openvdb::OPENVDB_VERSION_NAME::logging::setLevel (Level) |
void | openvdb::OPENVDB_VERSION_NAME::logging::setLevel (int &, char *[]) |
void | openvdb::OPENVDB_VERSION_NAME::logging::setProgramName (const std::string &, bool=true) |
void | openvdb::OPENVDB_VERSION_NAME::logging::initialize () |
Global registration of native Grid, Transform, Metadata and Point attribute types. Also initializes blosc (if enabled). More... | |
void | openvdb::OPENVDB_VERSION_NAME::logging::initialize (int &, char *[], bool=true) |
#define OPENVDB_LOG_ERROR | ( | mesg | ) | do { std::cerr << "ERROR: " << mesg << std::endl; } while (0); |
#define OPENVDB_LOG_FATAL | ( | mesg | ) | do { std::cerr << "FATAL: " << mesg << std::endl; } while (0); |