Hello,
is possible to write the debug information into an external file?
Thanks
debug information into external file
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: debug information into external file
see http://www.imagemagick.org/Usage/basics/#controls
if "-debug" is used the location of the logging output is controled by the "log.xml" file. This is by default set to "console". to have it save to a file change <log output="console"/> to <log output="file"/>
if "-debug" is used the location of the logging output is controled by the "log.xml" file. This is by default set to "console". to have it save to a file change <log output="console"/> to <log output="file"/>