LogBox : Enterprise Logging & Messaging
7.x
7.x
  • Introduction
    • Contribution Guide
    • Release History
      • What's New With 7.2.0
      • What's New With 7.1.0
      • What's New With 7.0.0
    • Upgrading to LogBox 7
    • About This Book
      • Author
  • Getting Started
    • Features at a Glance
    • Installation
      • LogBox Refcard
    • Need For Logging
    • How Does LogBox Work?
      • LogBox
      • Appender
      • Logger
        • Logger Category Inheritance
        • Security Levels
        • Dynamic Appenders
      • Layout
  • Configuration
    • Configuring LogBox
      • LogBox DSL
      • Adding Appenders
      • Adding Categories to Specific Logging Levels
      • Adding Categories Granularly
      • Configuring The Root Logger
  • Usage
    • Using LogBox
    • Using a Logger Object
      • When To Log
      • ExtraInfo Serialization
    • Appender Properties
      • CFAppender
      • ConsoleAppender
      • DBAppender
      • EmailAppender
      • FileAppender
      • RollingFileAppender
      • ScopeAppender
      • SocketAppender
      • TraceAppender
    • LogBox in a ColdBox Application
      • Configuration Within ColdBox
      • Benefits of using LogBox in a ColdBox application
      • Where is LogBox stored in a ColdBox app?
      • LogBox from the ColdBox Proxy
      • The LogBox Injection DSL
  • Extending LogBox
    • Creating Custom Appenders
      • Helper Methods
      • Instance Members
      • Dealing With Custom Layouts
      • Registering Appenders at Runtime
    • Creating a Custom Layout
      • Instance Members
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Introduction
  2. Release History

What's New With 7.2.0

November 18, 2023

PreviousRelease HistoryNextWhat's New With 7.1.0

Last updated 1 year ago

Was this helpful?

You can read all about this release on our main What's New Page:

Release Notes

The full release notes per library can be found below. Just click on the library tab and explore their release notes:

New Feature

New listeners for all appenders: preProcessQueue() postProcessQueue()

Add the queue as an argument to the processQueueElement() method

new rolling appender property archiveLayout which is a closure that returns the pattern of the archive layout

Bug

Unhandled race conditions in FileRotator lead to errors and potential log data loss

log rotator was not checking for file existence and 1000s of errors could be produced

Improvement

Support ad-hoc struct literal of LogBox DSL to configure LogBox

Add `Exclude` key to Logbox Categories to Easily Exclude Appenders

shutdown the appenders first instead of the executors to avoid chicken and egg issues

Change fileMaxArchives default from 2 to 10

Task

Removal of instance approach in preferences to accessors for the LogBoxConfig

https://coldbox.ortusbooks.com/readme/release-history/whats-new-with-7.2.0
LOGBOX-75
LOGBOX-76
LOGBOX-79
LOGBOX-73
LOGBOX-77
LOGBOX-62
LOGBOX-70
LOGBOX-74
LOGBOX-78
LOGBOX-72