Changes between Version 1 and Version 2 of VBoxMainLogging
- Timestamp:
- Jul 2, 2013 1:14:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VBoxMainLogging
v1 v2 1 == Release Logging == 2 3 To enable logging for VBoxSVC in release mode (that is, running a non-debug build), the following variables can be used in order to activate logging of specific log groups / flags: 4 5 {{{ 6 export VBOXSVC_RELEASE_LOG=main.e.l.f+gui.e.l.f 7 export VBOXSVC_RELEASE_LOG_FLAGS="time tid thread" 8 export VBOXSVC_RELEASE_LOG_DEST=dir=/path/to/all/logs 9 }}} 10 11 12 == Debug Logging == 13 1 14 This page contains instructions on debugging the VBoxSVC (server) and Qt GUI frontend activities. In particular, these instructions enable logging of COM components of the so-called VirtualBox Main API. This logging may be helpful when debugging general application problems such as VirtualBox startup errors, VM Selector GUI crashes and so on. For general information about VirtualBox logging, see [wiki:VBoxLogging]. 2 15