Changeset 36408 in vbox for trunk/src/VBox/HostDrivers/Support/SUPDrv.c
- Timestamp:
- Mar 24, 2011 4:25:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r36344 r36408 425 425 PRTLOGGER pRelLogger; 426 426 rc = RTLogCreate(&pRelLogger, 0 /* fFlags */, "all", 427 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT | RTLOGDEST_DEBUGGER, 428 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 429 NULL); 427 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT | RTLOGDEST_DEBUGGER, NULL); 430 428 if (RT_SUCCESS(rc)) 431 429 RTLogRelSetDefaultInstance(pRelLogger); … … 4747 4745 s_apszGroups, 4748 4746 RTLOGDEST_STDOUT | RTLOGDEST_DEBUGGER, 4749 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */,4750 4747 NULL); 4751 4748 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.