|
Celeritas 0.7.0-dev.290+develop.6f2e532a
|
#include "Logger.hh"#include <iostream>#include "corecel/Assert.hh"#include "LogHandlers.hh"#include "LoggerTypes.hh"Functions | |
| Logger & | celeritas::world_logger () |
| App-level logger: print only on "main" process. | |
| Logger & | celeritas::self_logger () |
| Serial logger: print on every process that calls it. | |
| Logger & celeritas::self_logger | ( | ) |
Serial logger: print on every process that calls it.
Setting the "CELER_LOG_LOCAL" environment variable to "debug", "info", "error", etc. will change the default log level.
| Logger & celeritas::world_logger | ( | ) |
App-level logger: print only on "main" process.
Setting the "CELER_LOG" environment variable to "debug", "info", "error", etc. will change the default log level.