Hi,
welcome to Python (and to this list). The usual way to reply here is
inline, after stripping anything that's not relevant to your reply.
AllanPfalzgraf schrieb am 25.08.2015 um 15:03:
> From: Stefan Behnel:
>> Al Pfalzgraf schrieb am 18.08.2015 um 15:07:
>>> If a logging file is opened at th
ehnel [mailto:stefan...@behnel.de]
Sent: Wednesday, August 19, 2015 2:51 PM
Subject: Re: Logging to a file from a C-extension
Al Pfalzgraf schrieb am 18.08.2015 um 15:07:
> If a logging file is opened at the level of a Python application, how
> would the log file name be communicated to a
Al Pfalzgraf schrieb am 18.08.2015 um 15:07:
> If a logging file is opened at the level of a Python application, how
> would the log file name be communicated to a C-extension so that logging
> from the extension would be sent to the same log file?
Writing to the file directly (as was suggested) m
In a message of Tue, 18 Aug 2015 08:07:51 -0500, Al Pfalzgraf writes:
> If a logging file is opened at the level of a Python application, how would
> the log file name be communicated to a C-extension so that logging from the
> extension would be sent to the same log file?
To convert a file to a