ablate::monitors::logs::Log

ablate::monitors::logs::CsvLog

Writes the result of the log to a csv file. Only prints data to the log.

name (req)
(string) the name of the log file

ablate::monitors::logs::StreamLog

Writes to the std::cout stream

ablate::monitors::logs::FileLog

Writes the result of the log to a file

name (req)
(string) the name of the log file

ablate::monitors::logs::StdOut

Writes to the standard out

ablate::monitors::logs::MpiFileLog

Writes the log of each rank to a separate file such that (file.txt => file.0.txt).

name (req)
(string) the base name of the log file