Changeset 67927 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 12, 2017 11:47:45 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Logging.h
r66274 r67927 19 19 #define ____H_LOGGING 20 20 21 /** @def LOG_GROUP_MAIN_OVERRIDE 22 * Define this macro to point to the desired log group before including 23 * the |Logging.h| header if you want to use a group other than LOG_GROUP_MAIN 24 * for logging from within Main source files. 21 /* @def LOG_GROUP_MAIN_OVERRIDE 25 22 * 26 * Example: 27 * @code 28 * #define LOG_GROUP_MAIN_OVERRIDE LOG_GROUP_HGCM 29 * @endcode 23 * DEPRECATED: Define this macro to point to the desired log group before including 24 * DEPRECATED: the |Logging.h| header if you want to use a group other than LOG_GROUP_MAIN 25 * DEPRECATED: for logging from within Main source files. 26 * DEPRECATED: 27 * DEPRECATED: Example: 28 * DEPRECATED: @code 29 * DEPRECATED: #define LOG_GROUP_MAIN_OVERRIDE LOG_GROUP_HGCM 30 * DEPRECATED: @endcode 31 * 32 * INSTEAD: Please define LOG_GROUP and include LoggingNew.h at the top of the source file! 33 * INSTEAD: Please define LOG_GROUP and include LoggingNew.h at the top of the source file! 34 * INSTEAD: Please define LOG_GROUP and include LoggingNew.h at the top of the source file! 35 * 30 36 */ 31 37
Note:
See TracChangeset
for help on using the changeset viewer.