Opm::Log Namespace Reference

Namespaces

 MessageType
 

Functions

bool isPower2 (int64_t x)
 
std::string fileMessage (const std::string &path, int line, const std::string &msg)
 
std::string fileMessage (int64_t messageType, const std::string &path, int line, const std::string &msg)
 
std::string prefixMessage (int64_t messageType, const std::string &msg)
 

Variables

const int64_t DefaultMessageTypes = MessageType::Debug + MessageType::Info + MessageType::Warning + MessageType::Error + MessageType::Problem + MessageType::Bug
 

Function Documentation

std::string Opm::Log::fileMessage ( const std::string &  path,
int  line,
const std::string &  msg 
)
std::string Opm::Log::fileMessage ( int64_t  messageType,
const std::string &  path,
int  line,
const std::string &  msg 
)
bool Opm::Log::isPower2 ( int64_t  x)
std::string Opm::Log::prefixMessage ( int64_t  messageType,
const std::string &  msg 
)

Variable Documentation