takimafr / spring-log

Additional Spring support for slf4j and logback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Additional Spring support for slf4j and logback

License:Other


Languages

Language:Java 100.0%