List of online services (requiring authentication)
Please note in order to use the following services, you will need to authenticate yourself via Github.
- Properties translator
This page allows you to translate a log4j.properties file into a logback.xml configuration file. The resulting logback.xml file targets logback version 1.2.0 or later. Note that both logback 1.3 and 1.4 support 1.2 configuration files without change.
- Canonize logback.xml
- Translate logback.xml to Java
This service allows you to transform logback.xml files into canonical or standard form. The resulting logback.xml file targets logback version 1.3.0 or later. Note that both logback 1.3 and 1.4 support 1.2 configuration files without change.
This service allows you to transform logback.xml files into a Java class.
The resulting java class named TylerConfigurator
implements
the Configurator interface.
Running TylerConfigurator
does not require XML parsers and usually executes much faster than
JoranConfigurator
, logback's XML configurator. Moreover, TylerConfigurator
does not
use reflection and since it ships with your project's binaries, it is harder to modify and offers yet
smaller attack surface.
At present time, TylerConfigurator
requires logback-classic version 1.5.2 or later at runtime.