21 logger(
ERROR,
"Please enter the name of the simulation you want to restart and, optionally, the name of the "
22 "simulation after restart");
26 logger(
INFO,
"restart data: %.restart", argv[1]);
33 problem.write(std::cout,
false);
34 problem.solve(argc - 1, argv + 1);
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
LL< Log::ERROR > ERROR
Error log level.
Definition: Logger.cc:32
Definition: liveStatistics.cpp:11
#define INFO(i)
Definition: mumps_solver.h:54
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213