| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesLogging Application Layer Libs | 
        
| GroupId | GroupIdde.mindpipe.android | 
    
| ArtifactId | ArtifactIdandroid-logging-log4j | 
    
| Last Version | Last Version1.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionandroid-logging-log4j 
            Logging with log4j in Android. Provides log4j configuration facade class and a LogCat appender. 
         | 
    
<!-- 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"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 | 
| org.apache.commons : commons-io | jar | 1.3.2 |