~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to docs/api/services/utils.txt

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
     - Valid values: error, critical, warning, message, info, debug, none
48
48
     - This value is required when configuring a domain.
49
49
   - handler: the handler to use when logging.
50
 
     - Valid values: std, outputdebugstring (Win32-only), file
 
50
     - Valid values: std, outputdebugstring (Win32-only), file, file+
 
51
       (same as "file", but appends to existing log file).
51
52
     - Default: "std" on Unix, "outputdebugstring" on Windows.
52
53
   - data: optional configuration data for the handler.
53
 
     - Required for the "file" handler (path to log file).
 
54
     - Required for the "file" handlers (path to log file).
54
55
 
55
56
Logging configuration should be under the "[logging]" group in the
56
57
application's configuration file.