|
M5Utility 0.2.0 git rev:301a6b5
|
Logging for libraries. More...
#include "library_log.hpp"#include "../compatibility_feature.hpp"#include <cstdio>#include <cstdarg>#include <inttypes.h>#include <algorithm>#include <cctype>Namespaces | |
| namespace | m5 |
| Top level namespace of M5. | |
Functions | |
| void | m5::utility::log::logPrintf (const char *format,...) |
| Output formatted strings. | |
| void | m5::utility::log::dump (const void *addr, const size_t len, const bool align=true) |
| Output dump. | |
| elapsed_time_t | m5::utility::log::elapsedTime () |
| Gets the elapsed time for log. | |
Logging for libraries.