Changeset 36349 in vbox
- Timestamp:
- Mar 22, 2011 3:27:06 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp
r28800 r36349 7 7 8 8 /* 9 * Copyright (C) 2007 Oracle Corporation9 * Copyright (C) 2007-2011 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 104 104 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, RTUINT fFlags, const char *pszGroupSettings, 105 105 const char *pszEnvVarBase, unsigned cGroups, const char * const * papszGroups, 106 RTUINT fDestFlags, const char *pszFilenameFmt, ...) 106 RTUINT fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory, 107 uint64_t cbHistoryFileMax, uint32_t uHistoryTimeSlotLength, 108 const char *pszFilenameFmt, ...) 107 109 { 108 110 return VERR_NOT_IMPLEMENTED;
Note:
See TracChangeset
for help on using the changeset viewer.