Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The rules

  • The only compile time dependency should be slf4j-api
  • For libraries: only add test-scoped dependencies on something like slf4-simple
  • For apps: add a runtime dependency on the logging framework with config.
  • For libraries: no config should be included in the dependency!!
  • If any dependencies use java.util.logging then use jul-to-slf4j
  • Exclude logging frameworks from misconfigured dependencies

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages