log4j-properties-converter
log4j-properties-converter copied to clipboard
Convert log4j.properties to log4j.xml.
The XML File is a 0KB File Actually
I tried to use the online converter for one of my files. It showed a throbber for several minutes before I lost patience and tried it with a different browser,...
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PropertyConfigurator.html#doConfigure(java.lang.String, org.apache.log4j.spi.LoggerRepository) > log4j.appender.appenderName.filter.ID=fully.qualified.name.of.filter.class > log4j.appender.appenderName.filter.ID.option1=value1 > log4j.appender.appenderName.filter.ID.optionN=valueN
For instance, for the conversion of appenders, the converter currently creates “appender-ref”, and for log4j2, it needs to be “AppenderRef”.