|
Celeritas 0.7.0-dev.290+develop.6f2e532a
|
#include "LoggerTypes.hh"#include <algorithm>#include <string>#include "corecel/cont/Range.hh"#include "corecel/sys/Environment.hh"#include "ColorUtils.hh"#include "EnumStringMapper.hh"Functions | |
| char const * | celeritas::to_cstring (LogLevel lev) |
| Get the plain text equivalent of the LogLevel enum. | |
| char const * | celeritas::to_ansi_color (LogLevel lev) |
| Get an ANSI color code appropriate to each log level. | |
| LogLevel | celeritas::getenv_loglevel (std::string const &level_env, LogLevel default_lev) |
| Get the log level from an environment variable. | |