logging holds libraries that extends the slf4j and add many useful features
You can read the user guide in Wiki.
Following is the list of release references to the different libraries managed under this repository:
Nightly Builds can be found here
| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcom.cisco.oss.foundation |
| ArtifactId | ArtifactIdlogging-log4j |
| Last Version | Last Version1.2.1-2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlogging-log4j
This project is the logging log4j implementation library in the cisco vss foundation runtime
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logging-log4j-1.2.1-2.pom | |
| logging-log4j-1.2.1-2.jar | 132 KB |
| logging-log4j-1.2.1-2-sources.jar | 108 KB |
| logging-log4j-1.2.1-2-javadoc.jar | 275 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cisco.oss.foundation/logging-log4j/ -->
<dependency>
<groupId>com.cisco.oss.foundation</groupId>
<artifactId>logging-log4j</artifactId>
<version>1.2.1-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cisco.oss.foundation/logging-log4j/
implementation 'com.cisco.oss.foundation:logging-log4j:1.2.1-2'
// https://jarcasting.com/artifacts/com.cisco.oss.foundation/logging-log4j/
implementation ("com.cisco.oss.foundation:logging-log4j:1.2.1-2")
'com.cisco.oss.foundation:logging-log4j:jar:1.2.1-2'
<dependency org="com.cisco.oss.foundation" name="logging-log4j" rev="1.2.1-2">
<artifact name="logging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cisco.oss.foundation', module='logging-log4j', version='1.2.1-2')
)
libraryDependencies += "com.cisco.oss.foundation" % "logging-log4j" % "1.2.1-2"
[com.cisco.oss.foundation/logging-log4j "1.2.1-2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cisco.oss.foundation : commons | jar | 1.0.2-1 |
| com.cisco.oss.foundation : logging-api | jar | 1.2.0-4 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| log4j : log4j | jar | 1.2.17 |
| joda-time : joda-time | jar | 2.3 |
| com.google.guava : guava | jar | 18.0 |
| commons-io : commons-io | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.cisco.oss.foundation : configuration-api | jar | 1.0.2-4 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.jboss.resteasy : jaxrs-api | jar | 3.0.12.Final |
| org.springframework : spring-web | jar | 4.2.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.springframework : spring-test | jar | 4.2.4.RELEASE |
| javax.annotation : jsr250-api | jar | 1.0 |
logging holds libraries that extends the slf4j and add many useful features
You can read the user guide in Wiki.
Following is the list of release references to the different libraries managed under this repository:
Nightly Builds can be found here