How can log the behavior of IM?
-
- Posts: 1
- Joined: 2011-08-08T23:31:10-07:00
- Authentication code: 8675308
How can log the behavior of IM?
I am developing a image optimization project with ImageMagick, but met some segment fault and assert errors. So I want to log the behaivor of IM. How can I do this ? There is a file named log.c and log.h, what should be configured for the log ?
Re: How can log the behavior of IM?
Add -debug all to your ImageMagick command line to generate a log. You can modify the log parameters in the log.xml configuration file.