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 /csharp/src | |
parent | Fix makeprops script (diff) | |
download | ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.tar.bz2 ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.tar.xz ice-fe9cf41fd22316fedd218aea56cd27f286fe09ec.zip |
Swift logger updates
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/PropertyNames.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs index 931f25d2b85..ec7bd9c0f0a 100644 --- a/csharp/src/Ice/PropertyNames.cs +++ b/csharp/src/Ice/PropertyNames.cs @@ -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 @@ namespace IceInternal 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), |