Changeset 36347 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 22, 2011 3:04:08 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/log-vbox.cpp
r36344 r36347 414 414 /* The user destination is backdoor logging. */ 415 415 rc = RTLogCreate(&pLogger, 0, NULL, "VBOX_LOG", 416 RT_ELEMENTS(g_apszGroups), &g_apszGroups[0], 417 RTLOGDEST_USER, "VBox.log"); 416 RT_ELEMENTS(g_apszGroups), &g_apszGroups[0], RTLOGDEST_USER, 417 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 418 "VBox.log"); 418 419 # endif /* IN_GUEST */ 419 420
Note:
See TracChangeset
for help on using the changeset viewer.