#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 | |
static int | getpid () |
HPP_LOGGINGDIR. More... | |
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... | |
Variables | |
static const char * | hpp::debug::ENV_LOGGINGDIR = "HPP_LOGGINGDIR" |
Environment variable used to change the logging directory. More... | |
|
static |
HPP_LOGGINGDIR.
Referenced by hpp::debug::JournalOutput::getFilename().