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 /js | |
parent | Fix makeprops script (diff) | |
download | ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.tar.bz2 ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.tar.xz ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.zip |
Swift logger updates
Diffstat (limited to 'js')
-rw-r--r-- | js/src/Ice/PropertyNames.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/src/Ice/PropertyNames.js b/js/src/Ice/PropertyNames.js index 6b30877197b..933c5ec7580 100644 --- a/js/src/Ice/PropertyNames.js +++ b/js/src/Ice/PropertyNames.js @@ -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! @@ -180,6 +180,7 @@ PropertyNames.IceProps = 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), |