ML Reference
MeVis/Foundation/Sources/MLUtilities/mlErrorOutput.h File Reference

Central error handling and redirection class for the ML. More...

#include "mlUtilsSystem.h"
#include "mlUtilsAPI.h"
#include "mlMutex.h"

Go to the source code of this file.

Classes

class  ml::ErrorOutput
 Class to handle all ML debug prints, errors, warnings, and information. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


namespace  std
 

Provide trigonometric etc.


Functions

ML_UTILS_EXPORT ostream & std::operator<< (ostream &s, const ml::ErrorOutput &errorOutput)
 Overloading the operator "<<" for stream output of ErrorOutput objects.

Variables

ML_UTILS_EXPORT ErrorOutput ml::MLErrorOutput
 This is a singleton used for all ML Error input and output;.

Detailed Description

Central error handling and redirection class for the ML.

Author:
Wolf Spindler
Date:
07/2001

Definition in file mlErrorOutput.h.