Changeset 90707 in vbox
- Timestamp:
- Aug 17, 2021 7:57:27 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r86887 r90707 314 314 fFlags |= RTLOGFLAGS_USECRLF; 315 315 #endif 316 int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", 317 #ifdef DEBUG 318 "VBOXSERVICE_LOG", 319 #else 320 "VBOXSERVICE_RELEASE_LOG", 321 #endif 316 int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", "VBOXSERVICE_RELEASE_LOG", 322 317 RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX /*cMaxEntriesPerGroup*/, 323 318 RTLOGDEST_STDOUT | RTLOGDEST_USER,
Note:
See TracChangeset
for help on using the changeset viewer.