Download excalibur-logger-2.2.1.jar file - Jar e

Jar examples for e:excalibur-logger

Description

Excalibur-Logger integrates neatly into Avalon-ECM and Excalibur Fortress. The main goal is to be able to define the log categories on a component basis by specifying a 'logger' attribute which denotes the log category to use for a particular component (given the component is LogEnabled or Loggable).

You can download jar file excalibur-logger 2.2.1 in this page.

License

Apache License

Build File

You can use the following script to add excalibur-logger-2.2.1.jar to your project.

<dependency>
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-logger</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'org.apache.excalibur.containerkit', name: 'excalibur-logger', version: '2.2.1'
libraryDependencies += "org.apache.excalibur.containerkit" % "excalibur-logger" % "2.2.1"
<dependency org="org.apache.excalibur.containerkit" name="excalibur-logger" rev="2.2.1"/>
@Grapes(@Grab(group='org.apache.excalibur.containerkit', module='excalibur-logger', version='2.2.1'))
'org.apache.excalibur.containerkit:excalibur-logger:jar:2.2.1'

Download

Click the following link to download the jar file.

excalibur-logger-2.2.1-javadoc.jar
excalibur-logger-2.2.1-sources.jar
excalibur-logger-2.2.1.jar
excalibur-logger-2.2.1.pom



Related Tutorials