|
Grid 0.7.0
|
#include <Log.h>
Public Member Functions | |
| GridLogger (int on, std::string nm, Colours &col_class, std::string col_key="NORMAL") | |
| std::string | background () |
| std::string | evidence () |
| std::string | colour () |
| void | Active (int on) |
| int | isActive (void) |
| void | Reset (void) |
| void | TimingMode (int on) |
| void | setTopWidth (const int w) |
| void | setChanWidth (const int w) |
Static Public Member Functions | |
| static void | Timestamp (int on) |
Data Fields | |
| GridStopWatch | LocalStopWatch |
| GridStopWatch * | StopWatch |
Static Public Attributes | |
| static GridStopWatch | GlobalStopWatch |
| static std::ostream | devnull |
Protected Attributes | |
| Colours & | Painter |
| int | active |
| int | timing_mode |
| int | topWidth |
| int | chanWidth |
| std::string | name |
| std::string | topName |
| std::string | COLOUR |
Static Protected Attributes | |
| static int | timestamp |
|
inline |
Definition at line 170 of file Log.h.
References Logger::Logger().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 120 of file Log.h.
References LocalStopWatch, Reset(), StopWatch, and timing_mode.
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
Definition at line 85 of file Log.h.
Referenced by background(), colour(), evidence(), and Logger().
|
protectedinherited |
Definition at line 86 of file Log.h.
Referenced by Active(), isActive(), and Logger().
|
protectedinherited |
Definition at line 87 of file Log.h.
Referenced by Logger(), and TimingMode().
|
protectedinherited |
Definition at line 88 of file Log.h.
Referenced by setTopWidth().
|
protectedinherited |
Definition at line 88 of file Log.h.
Referenced by setChanWidth().
|
staticprotectedinherited |
Definition at line 89 of file Log.h.
Referenced by Timestamp().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
Definition at line 94 of file Log.h.
Referenced by Grid_init(), and Logger().
|
inherited |
Definition at line 95 of file Log.h.
Referenced by TimingMode().
|
inherited |
Definition at line 96 of file Log.h.
Referenced by Logger(), Reset(), and TimingMode().
|
staticinherited |
Definition at line 97 of file Log.h.
Referenced by operator<<.