#include <NexecutionLog.h>
Definition at line 15 of file NexecutionLog.h.
Public Member Functions | |
| NexecutionLog () | |
| basic constructor | |
| ~NexecutionLog () | |
| basic destructor | |
| void | clear () |
| clear the log | |
| void | write (char *fmt,...) |
| void | writeArgList (char *fmt, va_list args) |
Private Member Functions | |
| void | open () |
| open the log | |
| void | close () |
| close the log | |
Private Attributes | |
| FILE * | m_fp |
|
|
basic constructor
Definition at line 44 of file NexecutionLog.h. References m_fp. |
|
|
basic destructor
Definition at line 47 of file NexecutionLog.h. References close(). |
|
|
clear the log
Definition at line 74 of file NexecutionLog.h. References m_fp. |
|
|
close the log
Definition at line 56 of file NexecutionLog.h. References m_fp. Referenced by ~NexecutionLog(). |
|
|
open the log
Definition at line 51 of file NexecutionLog.h. References m_fp. Referenced by write(). |
|
||||||||||||
|
Definition at line 60 of file NexecutionLog.h. |
|
||||||||||||
|
Definition at line 68 of file NexecutionLog.h. References m_fp. |
|
|
Definition at line 38 of file NexecutionLog.h. Referenced by clear(), close(), NexecutionLog(), open(), write(), and writeArgList(). |
1.3.4