Why does this seem odd to me? All the attributes are camelCase except for the one that is an acronym. Again, I guess it doesn't matter since they are case insensitive but it sure seem weird.
Ralph On May 21, 2014, at 2:04 PM, [email protected] wrote: > Author: ggregory > Date: Wed May 21 21:04:57 2014 > New Revision: 1596685 > > URL: http://svn.apache.org/r1596685 > Log: > Camel Case XML. > > Modified: > > logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/TlsSyslogAppender.java > > Modified: > logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/TlsSyslogAppender.java > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/TlsSyslogAppender.java?rev=1596685&r1=1596684&r2=1596685&view=diff > ============================================================================== > --- > logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/TlsSyslogAppender.java > (original) > +++ > logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/TlsSyslogAppender.java > Wed May 21 21:04:57 2014 > @@ -91,7 +91,7 @@ public final class TlsSyslogAppender ext > @PluginFactory > public static TlsSyslogAppender createAppender(@PluginAttribute("host") > final String host, > @PluginAttribute("port") > final String portNum, > - @PluginElement("ssl") > final SslConfiguration sslConfig, > + @PluginElement("Ssl") > final SslConfiguration sslConfig, > > @PluginAttribute("reconnectionDelay") final String delay, > > @PluginAttribute("immediateFail") final String immediateFail, > @PluginAttribute("name") > final String name, > @@ -112,7 +112,7 @@ public final class TlsSyslogAppender ext > > @PluginAttribute("mdcIncludes") final String includes, > > @PluginAttribute("mdcRequired") final String required, > @PluginAttribute("format") > final String format, > - @PluginElement("filters") > final Filter filter, > + @PluginElement("Filters") > final Filter filter, > @PluginConfiguration final > Configuration config, > > @PluginAttribute("charset") final String charsetName, > > @PluginAttribute("exceptionPattern") final String exceptionPattern, > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
