OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Classes | Namespaces | Functions
logger.h File Reference

Logging framework. More...

#include "../declspec.h"
#include <string>
#include <sstream>
#include <functional>

Go to the source code of this file.

Classes

class  InternalZGY::LoggerBase
 
class  InternalZGY::Logger
 

Namespaces

 InternalZGY
 Implementation not visible to clients.
 

Functions

OPENZGY_API bool InternalZGY::newlogger (int priority, const std::string &str)
 
OPENZGY_API bool InternalZGY::newlogger (int priority, const std::ios &ss)
 

Detailed Description

Logging framework.

See InternalZGY::LoggerBase for details.