Самые популярные вопросы и ответы для интервью и онлайн-тесты
Образовательная платформа для подготовки к интервью, онлайн-тестов, учебных материалов и живой практики

Развивайте навыки с целевыми маршрутами обучения, пробными тестами и контентом для подготовки к интервью.

WithoutBook объединяет вопросы для интервью по предметам, онлайн-практику, учебные материалы и сравнительные руководства в одном удобном учебном пространстве.

Подготовка к интервью

Пробные экзамены

Сделать домашней страницей

Добавить страницу в закладки

Подписаться по адресу эл. почты

Without Book Задать вопрос

Вопрос. log4j.xml or log4j.properties in java log configuration.

- Which one I should prefer - log4j.xml or log4j.properties to configure log in my java app.

Opublikovano Jul 23, 2014 Opublikoval Ruby Singh
Otvet. Properties can be defined by a properties file or by an XML file. Log4j looks for a file named log4j.xml and then for a file named log4j.properties. Both must be placed in the src folder.

The property file is less verbose than an XML file. The XML requires the log4j.dtd to be placed in the source folder as well. The XML requires a dom4j.jar which might not be included in older Java versions.

The properties file does not support some advanced configuration options like Filters, custom ErrorHandlers and a special type of appenders, i.e. AsyncAppender. ErrorHandlers defines how errors in log4j itself are handled, for example badly configured appenders. Filters are more interesting. From the available filters, I think that the level range filter is really missing for property files.
Opublikovano Jul 26, 2014 Opublikoval Johny Verma

Vvedite vash otvet

Имя
Адрес электронной почты
Otvet
Проверка безопасности
Решите это, чтобы продолжить: 4 + 7 = ?
Авторские права © 2026, WithoutBook.