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:
authorAtsushi Eno <atsushieno@gmail.com>2006-08-14 10:19:09 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-08-14 10:19:09 +0400
commitf7a81d4aa5325fb3bacb2b252ede634fee83aa6a (patch)
tree45d76244dab411117d63c683ce2408d8da4851b6 /man
parent00a58245be86e15d1a3efd17a8c4fe7f680aff05 (diff)
2006-08-14 Atsushi Enomoto <atsushi@ximian.com>
* mono.1 : description on MONO_LOCAL_EVENTLOG_PATH. svn path=/trunk/mono/; revision=63706
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/mono.17
2 files changed, 11 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 3825e6f04f2..b043aebf343 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-14 Atsushi Enomoto <atsushi@ximian.com>
+
+ * mono.1 : description on MONO_LOCAL_EVENTLOG_PATH.
+
2006-03-15 Miguel de Icaza <miguel@novell.com>
* mono.1: Document MONO_XEXCEPTIONS and MONO_XSYNC, create new
diff --git a/man/mono.1 b/man/mono.1
index a7c2023baf2..4ab117ed363 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -582,6 +582,13 @@ unix). MONO_GAC_PREFIX should point to the top directory of a prefixed
install. Or to the directory provided in the gacutil /gacdir command. Example:
.B /home/username/.mono:/usr/local/mono/
.TP
+.I "MONO_LOCAL_EVENTLOG_PATH"
+It is required to enable local file based System.Diagnostics.EventLog
+implementation. This variable is used to indicate a local directory to
+store event logs (thus it must be writable by the user who runs
+the runtime). By default, a null implementation is used i.e. EventLog
+classes do nothing.
+.TP
.I "MONO_MANAGED_WATCHER"
If set to any value, System.IO.FileSystemWatcher will use the default
managed implementation (slow). If unset, mono will try to use FAM under