VirtualBox

Changes between Version 1 and Version 2 of VBoxMainLogging


Ignore:
Timestamp:
Jul 2, 2013 1:14:00 PM (11 years ago)
Author:
pentagonik
Comment:

VBoxSVC logging.

Legend:

Unmodified
Added
Removed
Modified
  • VBoxMainLogging

    v1 v2  
     1== Release Logging ==
     2
     3To 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{{{
     6export VBOXSVC_RELEASE_LOG=main.e.l.f+gui.e.l.f
     7export VBOXSVC_RELEASE_LOG_FLAGS="time tid thread"
     8export VBOXSVC_RELEASE_LOG_DEST=dir=/path/to/all/logs
     9}}}
     10
     11
     12== Debug Logging ==
     13
    114This 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].
    215

© 2023 Oracle
ContactPrivacy policyTerms of Use