Changeset 90708 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 17, 2021 8:01:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/logging.cpp
r88947 r90708 263 263 fFlags |= RTLOGFLAGS_USECRLF; 264 264 #endif 265 int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", 266 #ifdef DEBUG 267 "VBOXCLIENT_LOG", 268 #else 269 "VBOXCLIENT_RELEASE_LOG", 270 #endif 265 int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", "VBOXCLIENT_RELEASE_LOG", 271 266 RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX /*cMaxEntriesPerGroup*/, 272 267 RTLOGDEST_STDOUT | RTLOGDEST_USER,
Note:
See TracChangeset
for help on using the changeset viewer.