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:
authorAleksey Kliger (λgeek) <akliger@gmail.com>2016-06-06 19:00:47 +0300
committerAleksey Kliger (λgeek) <akliger@gmail.com>2016-06-06 19:00:47 +0300
commit883a0ae745bf33b35d44bb730d5714936a2141f7 (patch)
treed2ce764ea4823074db4fcb3f8d9a81086580937b /man
parent02e48b67bab3f71cdfbf5b57ab0949ab32fbf693 (diff)
parente29996786e13940e189626831f0838a2509c6c81 (diff)
Merge pull request #2734 from nealef/master
Enhance log tracing
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index e2eff1620e7..7bd449dd455 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1732,6 +1732,16 @@ messages for a certain component. You can use multiple masks by comma
separating them. For example to see config file messages and assembly loader
messages set you mask to "asm,cfg".
.TP
+\fBMONO_LOG_DEST\fR
+Controls where trace log messages are written. If not set then the messages go to stdout.
+If set, the string either specifies a path to a file that will have messages appended to
+it, or the string "syslog" in which case the messages will be written to the system log.
+Under Windows, this is simulated by writing to a file called "mono.log".
+\fBMONO_LOG_HEADER\fR
+Controls whether trace log messages not directed to syslog have the id, timestamp, and
+pid as the prefix to the log message. To enable a header this environment variable need
+just be non-null.
+.TP
\fBMONO_TRACE\fR
Used for runtime tracing of method calls. The format of the comma separated
trace options is: