Opm::Log::MessageType Namespace Reference

Variables

const int64_t Debug = 1
 
const int64_t Note = 2
 
const int64_t Info = 4
 
const int64_t Warning = 8
 
const int64_t Error = 16
 
const int64_t Problem = 32
 
const int64_t Bug = 64
 

Variable Documentation

◆ Bug

const int64_t Opm::Log::MessageType::Bug = 64

◆ Debug

const int64_t Opm::Log::MessageType::Debug = 1

◆ Error

const int64_t Opm::Log::MessageType::Error = 16

◆ Info

const int64_t Opm::Log::MessageType::Info = 4

◆ Note

const int64_t Opm::Log::MessageType::Note = 2

◆ Problem

const int64_t Opm::Log::MessageType::Problem = 32

◆ Warning

const int64_t Opm::Log::MessageType::Warning = 8