Implementation for j(s)-lib Logger API
Reference implementation of j(s)-lib logger based on log4j-1.2.16.
License |
License
The Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.js-lib |
ArtifactId | ArtifactIdjs-log4j |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImplementation for j(s)-lib logger
Provider implementation of j(s)-lib logger based on log4j-1.2.16.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
js-log4j-1.2.0.pom | |
js-log4j-1.2.0.jar | 15 KB |
js-log4j-1.2.0-sources.jar | 15 KB |
js-log4j-1.2.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-log4j/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-log4j</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-log4j/
implementation 'com.js-lib:js-log4j:1.2.0'
// https://jarcasting.com/artifacts/com.js-lib/js-log4j/
implementation ("com.js-lib:js-log4j:1.2.0")
'com.js-lib:js-log4j:jar:1.2.0'
<dependency org="com.js-lib" name="js-log4j" rev="1.2.0">
<artifact name="js-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-log4j', version='1.2.0')
)
libraryDependencies += "com.js-lib" % "js-log4j" % "1.2.0"
[com.js-lib/js-log4j "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.js-lib : js-commons | jar | 1.2.0 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Reference implementation of j(s)-lib logger based on log4j-1.2.16.