Groupdocs.Conversion ConsoleLogger does not show logging correctly

I’m trying to get logging by using the ConsoleLogger that’s available in the conversion library.
I’m using version 24.1.1 of the library and am using the following code:

ConsoleLogger logger = new ConsoleLogger();
ConverterSettings settings = new ConverterSettings();
settings.setLogger(logger);

Converter converter = new Converter(originalfile.getAbsolutePath(), () -> settings);
	
PdfConvertOptions options = new PdfConvertOptions();
converter.convert(pdffile.getAbsolutePath(), options);

The result I now see in the log is:

[TRACE] {message}
[TRACE] {message}
[TRACE] {message}
[TRACE] {message}
[TRACE] {message}
[TRACE] {message}
[TRACE] {message}
[TRACE] {message}

It looks very much as if the log messages are not correctly placed in the variable {message} while writing to the log output.

@ravitsec
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CONVERSIONJAVA-2311

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.