Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2004-10-24 16:22:58 +0400
committerJonathan Pryor <jpryor@novell.com>2004-10-24 16:22:58 +0400
commit311a31eb02e1cb5572b51fb96a28af977b649af1 (patch)
treeb2b77c27002ecd1697034feaf86f251e33d0f41a /man
parent80c9e7a343866eea4e9b70f9ad17c79a3c245997 (diff)
man/mono.1: Add documentation for the MONO_TRACE environment variable.
svn path=/trunk/mono/; revision=35289
Diffstat (limited to 'man')
-rw-r--r--man/mono.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index e886b239621..9df7d26e0cf 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -283,6 +283,14 @@ running and exit when mono is interrupted (Ctrl-C) and print some
additional messages on error conditions. It may not exit cleanly. Use at
your own risk.
.TP
+.I "MONO_TRACE"
+If set, enables the System.Diagnostics.DefaultTraceListener, which will
+print the output of the System.Diagnostics Trace and Debug classes.
+It can be set to a filename, and to Console.Out or Console.Error to display
+output to standard output or standard error, respectively.
+See the System.Diagnostics.DefaultTraceListener documentation for more
+information.
+.TP
.I "MONO_DISABLE_AIO"
If set, tells mono NOT to attempt using native asynchronous I/O services. In
that case, the threadpool is used for asynchronous I/O on files and sockets.