Opened 5 months ago

Closed 5 months ago

#20569 closed enhancement (fixed)

log4cplus-2.1.2

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (2)

comment:1 by thomas, 5 months ago

Owner: changed from blfs-book to thomas
Status: newassigned

IMPORTANT: Dropping Visual Studio 2015 compatibility. It is no longer able to compile the thread pool source.

  • Implement LOG4CPLUS_ASSERT_FMT() - formats assertion message using C-style format string.
  • Implement LOG4CPLUS_ASSERT_FORMAT() - formats assertion message using C++20 <format> header facilities.
  • New configuration property: log4cplus.threadPoolBlockOnFull. When this property is true (default), threads will block when internal thread pool queue is full.
  • Warn about full internal thread pool queue when dropping events due to log4cplus.threadPoolBlockOnFull being false.

comment:2 by thomas, 5 months ago

Resolution: fixed
Status: assignedclosed

Fixed in [f98ce5e829].

Note: See TracTickets for help on using tickets.