| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLogging Библиотеки уровня приложения |
| Группа | Группаde.mindpipe.android |
| Идентификатор | Идентификаторandroid-logging-log4j |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеandroid-logging-log4j
Logging with log4j in Android. Provides log4j configuration facade class and a LogCat appender.
|
| Имя Файла | Размер |
|---|---|
| android-logging-log4j-1.0.3.pom | |
| android-logging-log4j-1.0.3.jar | 6 KB |
| android-logging-log4j-1.0.3-sources.jar | 3 KB |
| android-logging-log4j-1.0.3-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.mindpipe.android/android-logging-log4j/ -->
<dependency>
<groupId>de.mindpipe.android</groupId>
<artifactId>android-logging-log4j</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.mindpipe.android/android-logging-log4j/
implementation 'de.mindpipe.android:android-logging-log4j:1.0.3'
// https://jarcasting.com/artifacts/de.mindpipe.android/android-logging-log4j/
implementation ("de.mindpipe.android:android-logging-log4j:1.0.3")
'de.mindpipe.android:android-logging-log4j:jar:1.0.3'
<dependency org="de.mindpipe.android" name="android-logging-log4j" rev="1.0.3">
<artifact name="android-logging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mindpipe.android', module='android-logging-log4j', version='1.0.3')
)
libraryDependencies += "de.mindpipe.android" % "android-logging-log4j" % "1.0.3"
[de.mindpipe.android/android-logging-log4j "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android : android | jar | 2.3.3 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
| log4j : log4j | jar | 1.2.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.apache.commons : commons-io | jar | 1.3.2 |