7#ifndef __PHOENIX_DEBUG_H__
8#define __PHOENIX_DEBUG_H__
18#ifndef DISABLE_DEBUG_ASSISTANT
19std::ofstream &
pdump(
const PPath & fileName);
20PStream &
pdumpBin(
const PPath & fileName);
22# define pdump(X) std::cerr << (X) << " "
27# define PLOG(X, Y) pdump(X) << __FILE__ << ":" << __LINE__ << " : " << Y << std::endl;
PStream & pdumpBin(const PPath &fileName)
Function to dump whatever you want in a binary file.
void pdumpClear()
Save the currents files and clear the list on files.
std::ofstream & pdump(const PPath &fileName)
Function to dump whatever you want in a text file.
void pdumpBinClear()
Save the currents files and clear the list on files.