VERB4D
|
Logs the messages sent, including information, warnings, and errors. More...
#include <iostream>
#include <streambuf>
#include <fstream>
#include <sstream>
#include <stdio.h>
#include <assert.h>
Go to the source code of this file.
Classes | |
class | Logger |
Stores messages about statuses, warning, and errors when computing/solving the matrices. More... | |
class | Logger::Streamer |
Turns messages from the logger into streams. More... | |
Logs the messages sent, including information, warnings, and errors.