/logback-configuration

Primary LanguageJavaApache License 2.0Apache-2.0

logback-configuration

Master Build Status Known Vulnerabilities Maven Central Release Maven Central Release

This is an API for configuring logback programatically.

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.