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
- Janino Expression Migrator
- Conditional Configuration Migrator
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.
This service allows you to transform boolean expressions intended for use with the
JaninoEventEvaluator which was removed in logback version 1.5.13.
This service allows you to migrate conditional configuration, i.e. <if condition="...">
element requiring dynamic compilation with Janino to its Java-only equivalent.