slogcxx-nlog.h File Reference

Stripped down version that tries to dissapear at compile time. More...

Go to the source code of this file.

Classes

class  Where
 A class to allow the WHERE macro to work. More...
class  Slog
 simple logging class with a ostream like (<<) interface More...
class  LogState
 Put this sucker on the stack to save your state. More...

Defines

#define WHERE   (0)

Functions

Slogoperator<< (Slog &s, UNUSED Slog &(*manip)(Slog &))
Slogendl (Slog &s)
 endl terminates a log... similar to std::endl
Slogdecl (Slog &s)
 make the message MORE likely to show up
Slogincl (Slog &s)
 make the message LESS likely to show up
Slogoperator<< (Slog &s, UNUSED const int &r)
Slogoperator<< (Slog &s, UNUSED const size_t &r)
Slogoperator<< (Slog &s, UNUSED const char *str)
Slogoperator<< (Slog &s, UNUSED const std::string &str)
Slogoperator<< (Slog &s, UNUSED const char &c)
Slogoperator<< (Slog &s, UNUSED const short &sh)
Slogoperator<< (Slog &s, UNUSED const long &l)
Slogoperator<< (Slog &s, UNUSED const float &f)
Slogoperator<< (Slog &s, UNUSED const double &d)
Slogoperator<< (Slog &s, UNUSED const Where &w)


Detailed Description

Stripped down version that tries to dissapear at compile time.


Generated on Tue Aug 15 10:09:38 2006 by  doxygen 1.4.6