Jar examples for e:excalibur-logger
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.1 in this page.
Apache License
You can use the following script to add excalibur-logger-2.1.jar to your project.
<dependency> <groupId>excalibur-logger</groupId> <artifactId>excalibur-logger</artifactId> <version>2.1</version> </dependency>
compile group: 'excalibur-logger', name: 'excalibur-logger', version: '2.1'
libraryDependencies += "excalibur-logger" % "excalibur-logger" % "2.1"
<dependency org="excalibur-logger" name="excalibur-logger" rev="2.1"/>
@Grapes(@Grab(group='excalibur-logger', module='excalibur-logger', version='2.1'))
'excalibur-logger:excalibur-logger:jar:2.1'
Click the following link to download the jar file.
excalibur-logger-2.1.jar