Changeset 9126 in vbox for trunk/src/VBox
- Timestamp:
- May 26, 2008 2:05:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r8188 r9126 204 204 PRTLOGGER loggerRelease; 205 205 static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES; 206 int rrc = RTLogCreate(&loggerRelease, 0, NULL, "VBOXGUEST_RELEASE_LOG",206 int rrc = RTLogCreate(&loggerRelease, 0, "all", "VBOXGUEST_RELEASE_LOG", 207 207 RT_ELEMENTS(s_apszGroups), &s_apszGroups[0], 208 RTLOGDEST_USER, "VBox.log");208 RTLOGDEST_USER, NULL); 209 209 /* This may legitimately fail if we are using the mini-runtime. */ 210 210 if (RT_SUCCESS(rrc))
Note:
See TracChangeset
for help on using the changeset viewer.