Searched defs:szLogFileName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp55 static int vbclInitLogger(char *szLogFileName) argument
71 szLogFileName ? 10 : 0, /* Number of old log files to keep when performing log history rotation */
72 szLogFileName ? 100 * _1M : 0, /* Maximum size of log file when performing history rotation */
73 szLogFileName ? RT_SEC_1DAY : 0, /* Maximum time interval per log file when performing history rotation */
76 szLogFileName /* Log filename format string */
94 static void vbclTermLogger(char *szLogFileName) argument
99 if (szLogFileName)
100 RTStrFree(szLogFileName);
223 static char *szLogFileName = NULL; local
237 szLogFileName
[all...]

Completed in 41 milliseconds