logger.hpp File Reference

Define global logger. More...

#include <iostream>
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Clustering
 general namespace for clustering package
 

Functions

std::ostream & Clustering::logger (std::ostream &s)
 
std::ostream & Clustering::debug ()
 print formatted debug output to std::cerr.
 

Variables

std::ostream Clustering::devnull
 fake-stream used as output if nothing should be printed to stdout/stderr.
 

Detailed Description

Define global logger.

Definition in file logger.hpp.