default log output to debug for the ostream monitor ; better documentation
This commit is contained in:
parent
cf5533c1b2
commit
22224ad793
2 changed files with 5 additions and 3 deletions
|
|
@ -36,7 +36,9 @@ Authors:
|
|||
#include <eoObject.h>
|
||||
|
||||
/**
|
||||
Prints statistics to stdout
|
||||
Prints statistics to a given ostream.
|
||||
|
||||
You can pass any instance of an ostream to the constructor, like, for example, std::clog.
|
||||
|
||||
@ingroup Monitors
|
||||
*/
|
||||
|
|
|
|||
Reference in a new issue