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:
authorLudovic Henry <luhenry@microsoft.com>2017-12-01 07:28:23 +0300
committerGitHub <noreply@github.com>2017-12-01 07:28:23 +0300
commitf408d2c4c4e7da44a8c17c1fd5a62549cd00ba55 (patch)
tree121e9bc73f7538114eb93fc6e8ef2fbce2d22aff /man
parentc12b7494349e334aed211451d6a55d1625c4ca2d (diff)
[log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, handle, etc.) (#6138)
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 4 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index 7b8a2411d2a..5cac78c20ae 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -950,8 +950,10 @@ 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), "threadpool" (thread pool generic),
-"io-threadpool" (thread pool I/O), "io-layer" (I/O layer - sockets, handles, shared memory etc)
-and "all".
+"io-selector" (async socket operations), "io-layer" (I/O layer - processes, files,
+sockets, events, semaphores, mutexes and handles), "io-layer-process",
+"io-layer-file", "io-layer-socket", "io-layer-event", "io-layer-semaphore",
+"io-layer-mutex", "io-layer-handle" 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