Changeset 12154 in vbox
- Timestamp:
- Sep 5, 2008 8:42:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r12099 r12154 83 83 static unsigned rtlogGroupFlags(const char *psz); 84 84 #endif 85 static void rtlogLogger(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args);86 85 static void rtlogFlush(PRTLOGGER pLogger); 87 86 static DECLCALLBACK(size_t) rtLogOutput(void *pv, const char *pachChars, size_t cbChars);
Note:
See TracChangeset
for help on using the changeset viewer.