OpmLog.hpp File Reference
#include <iostream>
#include <string_view>
Include dependency graph for OpmLog.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 Holds the implementation of the CpGrid as a pimple.
 
namespace  Opm::OpmLog
 

Functions

static void Opm::OpmLog::error (std::string_view msg)
 
static void Opm::OpmLog::info (std::string_view msg)
 
static void Opm::OpmLog::warning (std::string_view msg)
 
static void Opm::OpmLog::warning (std::string_view tag, std::string_view msg)
 
static void Opm::OpmLog::setupSimpleDefaultLogging ()