Changeset 511 for cpp/common/log.h
- Timestamp:
- 05/23/16 13:48:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/log.h
r375 r511 18 18 void logMessage(const char *obj, const char *method, int level, const char *msg); 19 19 20 void _logMessageSingleLine(const char *obj, const char *method, int level, const char *msg); //don't call this directly - it is used internally21 22 23 20 24 21 //level (importance) of a message
Note: See TracChangeset
for help on using the changeset viewer.