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
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2016-01-19 01:41:30 +0300
committerMarek Habersack <grendel@twistedcode.net>2016-01-19 02:35:03 +0300
commit70c675bacabd46a8d0fe6314b162425f7e010bce (patch)
tree62fa48dfc50cccf493d7ba5fd46578221e95cc7d /man/mono.1
parent56c011a9298badf8250b55e404798785e403b5cb (diff)
Move mono_trace to header file
This commit moves mono_trace to a header file so that all the calls are inlined, avoiding one function call at the small expense of binary size.
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index f4d71fadaeb..51618f260cc 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -888,7 +888,9 @@ environment variable to limit the extent of the messages you get:
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), "aot" (precompiler),
-"security" (e.g. Moonlight CoreCLR support) and "all".
+"security" (e.g. Moonlight CoreCLR support), "threadpool" (thread pool generic),
+"io-threadpool" (thread pool I/O), "io-layer" (I/O layer - sockets, handles, shared memory etc)
+and "all".
The default value is "all". Changing the mask value allows you to display only
messages for a certain component. You can use multiple masks by comma
separating them. For example to see config file messages and assembly loader