|
| ArtsLog (unsigned int v, ::Vector &g, bool l=false) |
| Create log. More...
|
|
| ~ArtsLog () |
| Finalizes log output if necessary. More...
|
|
template<typename... Params> |
void | init (Params &... params) |
| Initialize log output. More...
|
|
template<typename... Params> |
void | step (const Params &... params) |
| Print step to command line. More...
|
|
template<typename... Params> |
void | finalize (const Params &... params) |
| Finalize log output. More...
|
|
template<typename... Params> |
void | time (const Params &... params) |
| Print timing information to command line. More...
|
|
template<invlib::LogType type>
class oem::ArtsLog< type >
OEM log output.
This class takes care of formatting the OEM iteration information and displaying in the command line.
- Template Parameters
-
The | invlib log type defining which type of logging to perform. |
Definition at line 244 of file oem.h.
template<invlib::LogType type>
template<typename... Params>
Print step to command line.
This function is called from invlib to log a new step to the command line.
Definition at line 319 of file oem.h.