![]() |
PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Deck to store log parameters. More...
#include <io.h>
Public Member Functions | |
| LoggerDeck () | |
| Constructor. | |
| LoggerDeck (int debug_level, std::string filename) | |
| Constructor. | |
Data Fields | |
| int | d_debugLevel |
| Debug level. | |
| std::string | d_filename |
| Filename to print log. | |
| bool | d_printScreen |
| Print to std::cout? | |
| bool | d_printFile |
| Print to file? | |
|
inline |
| std::string util::io::LoggerDeck::d_filename |
| bool util::io::LoggerDeck::d_printFile |
Print to file?
Definition at line 229 of file io.h.
Referenced by util::io::Logger::log(), and util::io::Logger::~Logger().
| bool util::io::LoggerDeck::d_printScreen |