SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Static Public Member Functions | Friends | List of all members
Log Class Reference

#include <Log.h>

Classes

class  Stream
 

Public Member Functions

void log (LogLevel level, const std::string &msg)
 
void setVerbose (bool v)
 
bool verbose () const
 
void flush ()
 

Static Public Member Functions

static Logget ()
 
static Logget (const std::string &name)
 

Friends

class Stream
 
SCISHARE friend Streamoperator<< (Log &log, LogLevel level)
 

Member Function Documentation

void flush ( )
Log & get ( )
static
Log & get ( const std::string &  name)
static
Todo:
: make thread safe
void log ( LogLevel  level,
const std::string &  msg 
)
void setVerbose ( bool  v)
bool verbose ( ) const

Friends And Related Function Documentation

SCISHARE friend Stream& operator<< ( Log log,
LogLevel  level 
)
friend
friend class Stream
friend

The documentation for this class was generated from the following files: