diff options
Diffstat (limited to 'src/VBox/Main/include/Logging.h')
-rw-r--r-- | src/VBox/Main/include/Logging.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VBox/Main/include/Logging.h b/src/VBox/Main/include/Logging.h index c6385e22..4de5f576 100644 --- a/src/VBox/Main/include/Logging.h +++ b/src/VBox/Main/include/Logging.h @@ -40,6 +40,9 @@ #else # define LOG_GROUP LOG_GROUP_MAIN #endif +#ifndef VBOXSVC_LOG_DEFAULT +# define VBOXSVC_LOG_DEFAULT "all" +#endif #include <VBox/log.h> |