Skip to content

Releases: concordion/concordion-logback-extension

Fixed dependency visibility scope

11 Jul 05:12
923b70d
Compare
Choose a tag to compare
Merge pull request #11 from concordion/fix-dependency-visibility

Fix visibility of dependencies

2.1.1

11 Jul 04:42
Compare
Choose a tag to compare

Updated dependencies to fix known security vulnerabilities

1.0.0

06 Apr 12:55
Compare
Choose a tag to compare

This release provides support for Concordion 2.0 and includes a number of enhancements to work with the Example command.

This release includes the breaking changes listed below, they're easy to fix but if you run into issues check out the demo project.

Breaking Changes:

  • LogBackHelper is renamed to LogbackAdaptor
  • LogbackAdaptor.startTestLogging(this); and LogbackHelper.stopTestLogging(); have been removed - there is no replacement to call.

Enhancements:

  • Adds method setLogExceptions(LogLevel value): to set different exception logging levels or turn exception logging off. By default it will log the exception message and the messages of all the nested causes.
  • Log Example command start and finish, can be switched off using setLogExampleStartEvent(false)
  • Bug with LogFileViewer not showing entire log has been fixed

When using this extension I recommend not catching and logging exceptions yourself (unless you need to perform a specific action or stop the exception filtering back up to the specification) as this extension will automatically capture and log the exception.

0.3.0

26 Jan 08:28
Compare
Choose a tag to compare
  • Removed jquery dependency
  • Changed order logging levels are displayed in key in log viewer
  • Handle international characters in log viewer