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


Additional Inherited Members | |
Public Types inherited from BasicCon | |
| enum | VerboseLevel { all = 0, dbg, info, msg, warning, err, critical, silent } |
Public Member Functions inherited from Con | |
| Con (ostream *Ios) | |
| virtual char * | GetLast (char *buff) |
Static Public Member Functions inherited from BasicCon | |
| static void | SetVerbose (int vl=all) |
| set verbose level | |
| static int | GetVerbose () |
Protected Member Functions inherited from Con | |
| virtual void | process (ostringstream *str_os) |
Protected Attributes inherited from BasicCon | |
| char * | CurBuffer |
| buffer for output & process | |
| ostream * | os |
| Output stream (cout usually) | |
Static Protected Attributes inherited from BasicCon | |
| static int | VLevel = Con::info |
| current verbose level | |
| static bool | mute = false |
| static bool | quiet = false |
| flag to mute console (loats output) or quiet console | |
| static bool | timing = false |
console writing into per-process file
1.8.1.2