2ac15ffae22a5d9e304509ecbded089bd7b2ec90
This commit shows a very basic example of how Logging singleton can be implemented. The commit consists of a fully static class OpmLog which manages a Logger class; in this case an instance of the ParserLog class. The static OpmLog class can then be used from anywhere in the opm code with: OpmLog::addMessage( messageType , "Log message") Before this can be really useful the Logger class should be extended / subclassed / ... for general usability.
Description
Common components for OPM, in particular build system (cmake).
Languages
C++
79%
ECL
13.4%
Scheme
3.1%
CMake
2.4%
Python
1%
Other
1%