PicoContainer Logging

Component that allows logging that honours the Dependency Injection paradigm. It does not depend on PicoContainer and can be used by any container wanting to configure independent logging for different applications deployed in the same JVM.

License

License

Categories

Categories

Container Logging Application Layer Libs
GroupId

GroupId

org.picocontainer
ArtifactId

ArtifactId

picocontainer-logging
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

PicoContainer Logging
Component that allows logging that honours the Dependency Injection paradigm. It does not depend on PicoContainer and can be used by any container wanting to configure independent logging for different applications deployed in the same JVM.
Project Organization

Project Organization

Codehaus

Download picocontainer-logging

How to add to project

<!-- https://jarcasting.com/artifacts/org.picocontainer/picocontainer-logging/ -->
<dependency>
    <groupId>org.picocontainer</groupId>
    <artifactId>picocontainer-logging</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.picocontainer/picocontainer-logging/
implementation 'org.picocontainer:picocontainer-logging:2.0.1'
// https://jarcasting.com/artifacts/org.picocontainer/picocontainer-logging/
implementation ("org.picocontainer:picocontainer-logging:2.0.1")
'org.picocontainer:picocontainer-logging:jar:2.0.1'
<dependency org="org.picocontainer" name="picocontainer-logging" rev="2.0.1">
  <artifact name="picocontainer-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.picocontainer', module='picocontainer-logging', version='2.0.1')
)
libraryDependencies += "org.picocontainer" % "picocontainer-logging" % "2.0.1"
[org.picocontainer/picocontainer-logging "2.0.1"]

Dependencies

provided (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.12

test (1)

Group / Artifact Type Version
org.jmock : jmock-junit4 jar 2.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0