hpp-util
4.9.0
Debugging tools for the HPP project.
|
#include "config.h"
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <sstream>
#include <boost/assign/list_of.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include "hpp/util/indent.hh"
#include "hpp/util/debug.hh"
Namespaces | |
hpp | |
hpp::debug | |
Functions | |
HPP_UTIL_DLLAPI std::string | hpp::debug::getPrefix (const std::string &packageName) |
Compute the logging prefix. More... | |
HPP_UTIL_DLLAPI std::string | hpp::debug::getFilename (const std::string &filename, const std::string &packageName) |
Compute the path of a file in the logging prefix. More... | |