Some tidy up of sprintf to StringFromFormat

This commit is contained in:
Matthew Parlane
2014-02-08 14:23:34 +13:00
parent 64e01ec763
commit ebff7974c3
13 changed files with 64 additions and 111 deletions

View File

@ -77,6 +77,8 @@ enum LOG_LEVELS
LDEBUG = DEBUG_LEVEL,
};
static const char LOG_LEVEL_TO_CHAR[7] = "-NEWID";
#define LOGTYPES_LEVELS LogTypes::LOG_LEVELS
#define LOGTYPES_TYPE LogTypes::LOG_TYPE