debug information into external file

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
moou
Posts: 1
Joined: 2011-09-02T02:47:13-07:00
Authentication code: 8675308

debug information into external file

Post by moou »

Hello,
is possible to write the debug information into an external file?

Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: debug information into external file

Post by fmw42 »

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"/>
Post Reply