4 #if GEO_LOG_FILES == GEO_TRUE
6 #include <GeoFatFsStorage.hpp>
9 #define MAX_APP_PATH_LN 32
10 #define MAX_GEO_LOG_PATH_LN MAX_APP_PATH_LN
14 #define GM_LOG_BAD_FILE 2
15 #define GM_LOG_BAD_FILE_ENTRY 3
16 #define GM_LOG_MISSING_ENTRY 4
17 #define GM_LOG_NOT_FOUND 5
18 #define GM_LOG_INVALID_PARAMS 6
19 #define GM_LOG_NO_MEMORY 7
20 #define GM_LOG_ALREADY_OPEN 8
56 static int OpenLogFile (
const char *logFileName,
57 const char *serialNumber,
58 const char *firmwareName,
59 const char *firmwareVersion,
61 static int CloseLogFile ();
62 static int FlushLog ();
71 virtual int IsDataStorage () {
return FALSE; };
Definition: GeoFatFsStorage.hpp:38
class Geometrics::GmLog is really a name space for a set of static logging functions....
Definition: GmLog.hpp:52
static int LogMessage(const char *message)
The main entry point into the logging system. See the notes for this class (Geometrics::GmLog) about ...
Definition: GmLog.cpp:173
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47