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:
authorRodrigo Kumpera <kumpera@gmail.com>2017-11-15 23:35:11 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2018-02-13 23:12:10 +0300
commit6e28ccb4e5b3f13f50dcfb01ccb720b5c903afe7 (patch)
tree9ea6cd58e16f9e4e019dcac00c002f945627ca6d /man
parent96f2d163a331ed246dc5b9fe48baf38c38914baa (diff)
[utils] Add "exec" log category for misc runtime activity.
This is intended to be a catch-all category for all sorts of miscellaneous events we don't have a clear category for and that don't deserve one.
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 9ac128167c7..0cab3f81a01 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -992,7 +992,7 @@ If set, the log mask is changed to the set value. Possible values are
"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".
+"io-layer-mutex", "io-layer-handle", "exec" (execution related behavior) 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
@@ -1797,7 +1797,9 @@ Controls the domain of the Mono runtime that logging will apply to.
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),
+"exec" (execution related behavior) 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