Skip to content

takimafr/spring-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Stephane Landelle
Mar 5, 2015
9d3c389 · Mar 5, 2015

History

47 Commits
Mar 5, 2015
Mar 18, 2011
Dec 16, 2011
Dec 16, 2011
Mar 5, 2015
Mar 5, 2015

Repository files navigation

spring-log 1.0.4

What for?

spring-log provides additional slf4j and logback support for Spring projects :

  • Logger auto injection
  • Custom configuration in webapp, standalone and test environments

See wiki pages.

Where are the binaries?

Since 1.0.4, you can find the binaries in maven central :

	<dependency>
		<groupId>com.excilys.ebi.utils</groupId>
		<artifactId>spring-log</artifactId>
		<version>1.0.4</version>
	</dependency>

Notice :

Old binaries will be removed from old private repository.