Project

Profile

Help

Feature #6520

closed

Possible to capture messages and errors to a file?

Added by Eliot Kimber 4 months ago. Updated 16 days ago.

Status:
Resolved
Priority:
Low
Category:
-
Start date:
2024-08-29
Due date:
% Done:

100%

Estimated time:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Found in version:
Fixed in version:
SaxonC Languages:
All
SaxonC Platforms:
All
SaxonC Architecture:

Description

Using saxonche 12.5.0 from Python 3.10

I am trying to log Saxon message and error output to a file but it looks like I only get message output, with errors going to the console.

I'm using this code to configure the message handling:

executable.set_save_xsl_message(False, logger.get_log_file().as_posix());

Where my logger logs to a file.

I didn't see anything in the docs that suggested a way to also get the error output.

Is this possible?


Related issues

Related to SaxonC - Bug #6556: http://saxon.sf.net/feature/standardErrorOutputFile file is created but remains empty, errors are written to the console not the fileResolvedO'Neil Delpratt2024-10-02

Actions

Please register to edit this issue

Also available in: Atom PDF