diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-12-04 11:10:09 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-12-04 11:10:09 -0330 |
commit | 009d41ef816a6c26b0436c2f45f9fffff5f21cda (patch) | |
tree | 3b098a1e77fc46164a6d9695cfe55a46698e70a0 /java/src/IceInternal/PropertyNames.java | |
parent | Fixed usage of icestormmigrate and upgradeicegrid.py (bug 3942) (diff) | |
download | ice-009d41ef816a6c26b0436c2f45f9fffff5f21cda.tar.bz2 ice-009d41ef816a6c26b0436c2f45f9fffff5f21cda.tar.xz ice-009d41ef816a6c26b0436c2f45f9fffff5f21cda.zip |
Bug 4336 - Add ability to set facility for syslog
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 682d7a360d9..56084f023c1 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Oct 16 11:27:10 2009 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Dec 4 10:31:05 2009 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -100,6 +100,7 @@ public final class PropertyNames new Property("Ice\\.ServerIdleTime", false, null), new Property("Ice\\.StdErr", false, null), new Property("Ice\\.StdOut", false, null), + new Property("Ice\\.SyslogFacility", false, null), new Property("Ice\\.ThreadPool\\.Client\\.Size", false, null), new Property("Ice\\.ThreadPool\\.Client\\.SizeMax", false, null), new Property("Ice\\.ThreadPool\\.Client\\.SizeWarn", false, null), |