Skip to content

analogweb/slf4j-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analog Web Framework SLF4J Plugn

Build Status

SLF4J logger bridge for AnalogWeb framework.

This plugin enable logging effects of SLF4J through org.analogweb.util.logging package.

There is SBT's case.

You also needs to add logger implementation and configuration (like Logback).

val scalaplugin = "org.analogweb" % "analogweb-scala" % "0.11.0"
val slf4jplugin = "org.analogweb" % "analogweb-slf4j" % "0.11.0"
// logger implementation.(and logback.xml)
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3" 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages