Util Namespace Reference

a set of useful element for debugging typically More...

Functions

std::ostream & log ()
std::ostream & verbose (const short verboselevel)
std::ostream & error ()

Detailed Description

a set of useful element for debugging typically


Function Documentation

std::ostream & Util::error (  ) 

Stream to print errors. By default, it output to std::cerr yet it will be possible to change the target

Returns:
output stream (std::cerr by default)
std::ostream & Util::log (  ) 

Stream to add some log entries. By default, it output to std::cout yet it will be possible to change the target

Returns:
output stream (std::cout by default)
std::ostream & Util::verbose ( const short  verboselevel = 0  ) 

Stream to add some verbosity entries. By default, it output to std::cout yet it will be possible to change the target

Returns:
output stream (std::cout by default)

Generated on Fri Dec 11 22:28:17 2009 for LibGEP by  doxygen 1.6.1