diff options
author | Jose <jose@zeroc.com> | 2019-05-29 22:08:27 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-05-29 22:08:27 +0200 |
commit | fe9cf41fd22316fedd218aea56cd27f286fe09ec (patch) | |
tree | 67a6e69ceb9dc27c76df02518c0bf767ad361d4a /java-compat/src | |
parent | Fix makeprops script (diff) | |
download | ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.tar.bz2 ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.tar.xz ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.zip |
Swift logger updates
Diffstat (limited to 'java-compat/src')
-rw-r--r-- | java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java index 44147ce3ff6..a7b90d86ee7 100644 --- a/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java +++ b/java-compat/src/Ice/src/main/java/IceInternal/PropertyNames.java @@ -1,7 +1,7 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Oct 25 22:10:11 2018 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed May 29 21:06:31 2019 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -177,6 +177,7 @@ public final class PropertyNames new Property("Ice\\.TCP\\.RcvSize", false, null), new Property("Ice\\.TCP\\.SndSize", false, null), new Property("Ice\\.UseApplicationClassLoader", false, null), + new Property("Ice\\.UseOSLog", false, null), new Property("Ice\\.UseSyslog", false, null), new Property("Ice\\.UseSystemdJournal", false, null), new Property("Ice\\.Warn\\.AMICallback", false, null), |