Skip to content

ypkkhatri/logback-configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an API for configuring logback programmatically.

Currently, the implementation contains:

  • A service layer (using Spring) located in the logback-configuration-core module which provides methods to:

  • Add loggers based on a package, level and appenderName

  • Update an existing logger

  • Delete an existing logger

  • Resolve a log file

  • Resolve the Logback configuration file

  • Upload a Logback configuration file and reload it

  • A simple REST implementation (using Jersey) located in the logback-configuration-rest module which provides a wrapper for the above-mentioned service.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • JavaScript 1.3%
  • CSS 0.4%