#include <Log.h>
Public Member Functions | |
void | clear () |
void | setFile (char *p_filename) |
void | printError (char *p_text,...) |
void | printSuccess (char *p_text,...) |
void | printMisc (char *p_text,...) |
void | printNewline () |
Static Public Member Functions | |
static Log * | instance () |
Private Member Functions | |
Log () | |
~Log () | |
void | printFile (int flag, char *p_msg) |
Private Attributes | |
FILE * | mp_file |
char * | mp_filename |
Static Private Attributes | |
static Log * | mp_instance = NULL |
Definition at line 29 of file Log.h.
|
Definition at line 13 of file Log.cpp. References mp_file, and mp_filename. Referenced by instance(). |
|
Definition at line 18 of file Log.cpp. References clear(). Here is the call graph for this function: |
|
Definition at line 29 of file Log.cpp. References mp_instance. Referenced by ~Log(). |
|
Definition at line 22 of file Log.cpp. References Log(), and mp_instance. Here is the call graph for this function: |
|
Definition at line 53 of file Log.cpp. References LOG_MAX_LEN, LOG_MSG_ERROR, and printFile(). Here is the call graph for this function: |
|
Definition at line 95 of file Log.cpp. References LOG_MSG_ERROR, LOG_MSG_MISC, LOG_MSG_SUCCESS, mp_file, mp_filename, and setFile(). Referenced by printError(), printMisc(), and printSuccess(). Here is the call graph for this function: |
|
Definition at line 81 of file Log.cpp. References LOG_MAX_LEN, LOG_MSG_MISC, and printFile(). Here is the call graph for this function: |
|
Definition at line 119 of file Log.cpp. References mp_file, mp_filename, and setFile(). Here is the call graph for this function: |
|
Definition at line 67 of file Log.cpp. References LOG_MAX_LEN, LOG_MSG_SUCCESS, and printFile(). Here is the call graph for this function: |
|
Definition at line 34 of file Log.cpp. References LOG_SUCCESS, mp_file, and mp_filename. Referenced by printFile(), and printNewline(). |
|
Definition at line 46 of file Log.h. Referenced by Log(), printFile(), printNewline(), and setFile(). |
|
Definition at line 47 of file Log.h. Referenced by Log(), printFile(), printNewline(), and setFile(). |
|
Author: Petter Alstermark, petter@alstermark.com Definition at line 10 of file Log.cpp. Referenced by clear(), and instance(). |