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:
authorJackson Harper <jackson@novell.com>2004-06-19 03:35:58 +0400
committerJackson Harper <jackson@novell.com>2004-06-19 03:35:58 +0400
commit0fa628e921ea5422e840acb868fb2c5766dbcab3 (patch)
treec8cfa5890b6e19761a165abb70b116eaf5520b6e /man
parent1ed5f785d15fea4b67167aeb09abe318f2dcd399 (diff)
* man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK
svn path=/trunk/mono/; revision=29930
Diffstat (limited to 'man')
-rw-r--r--man/mono.113
1 files changed, 13 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 3bb7cc55911..b70a3a74707 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -252,6 +252,19 @@ If set, this variable overrides the default runtime configuration file
($PREFIX/etc/mono/config). The --config command line options overrides the
environment variable.
.TP
+.I "MONO_LOG_LEVEL"
+If set, the logging level is changed to the set value. Possible values
+are "error", "critical", "warning", "message", "info", "debug". The
+default value is "error". Messages with a logging level greater then
+or equal to the log level will be printed to stdout/stderr.
+.TP
+.I "MONO_LOG_MASK"
+If set, the log mask is changed to the set value. Possible values are
+"asm" (assembly loader), "type", "dll" (native library loader), "gc"
+(garbage collector), "cfg" (config file loader), "all". The default value is
+"all". Changing the mask value allows you to display only messages for
+a certain component.
+.TP
.I "MONO_DEBUG"
If set, enables some features of the runtime useful for debugging.
It makes the runtime display the stack traces for all the threads