|
ESyS-Particle
4.0.1
|
console writing into per-process file More...
#include <console.h>


Additional Inherited Members | |
Public Member Functions inherited from Con | |
| Con (ostream *Ios) | |
| virtual char * | GetLast (char *buff) |
Public Member Functions inherited from BasicCon | |
| BasicCon (ostream *Ios) | |
| void | SetQuiet (bool Q) |
| void | SetTiming (bool T) |
| virtual void | flush () |
| virtual void | SetOStream (ostream *Ios) |
| BasicCon & | Message (bool h=true) |
| set verbose level of next message to "msg" | |
| BasicCon & | Error (bool h=true) |
| set verbose level of next message to "err" | |
| BasicCon & | Warning (bool h=true) |
| set verbose level of next message to "wrn" | |
| BasicCon & | Critical (bool h=true) |
| set verbose level of next message to "crt" | |
| BasicCon & | Info (bool h=true) |
| set verbose level of next message to "inf" | |
| BasicCon & | Debug (bool h=true) |
| set verbose level of next message to "dbg" | |
| BasicCon & | XDebug (bool h=true) |
| set verbose level of next message to "xdg" | |
| BasicCon & | Timing (bool h=true) |
| set verbose level of next message to "tme" | |
| BasicCon & | operator<< (const char *s) |
| BasicCon & | operator<< (char s) |
| BasicCon & | operator<< (short s) |
| BasicCon & | operator<< (int s) |
| BasicCon & | operator<< (long s) |
| BasicCon & | operator<< (float s) |
| BasicCon & | operator<< (double s) |
| BasicCon & | operator<< (unsigned char s) |
| BasicCon & | operator<< (unsigned short s) |
| BasicCon & | operator<< (unsigned int s) |
| BasicCon & | operator<< (unsigned long s) |
| BasicCon & | operator<< (void *s) |
| BasicCon & | operator<< (Vec3 s) |
| BasicCon & | operator<< (const Matrix3 &) |
| BasicCon & | operator<< (CCounter &s) |
| BasicCon & | operator<< (CCounterList &s) |
| BasicCon & | operator<< (const string &) |
Protected Member Functions inherited from Con | |
| virtual void | process (ostringstream *str_os) |
Protected Member Functions inherited from BasicCon | |
| virtual void | show (char *level, bool h) |
console writing into per-process file
1.8.1