unsigned int IsEventLogging( void );
IsEventLogging() returns True if logging of events is enabled otherwise False.
The format of the IsEventLogging method is:
unsigned int IsEventLogging( void );
MagickPassFail LogMagickEvent( const LogEventType type, const char *module, const char *function, const unsigned long line, const char *format, ... );
LogMagickEvent() logs an event as determined by the log configuration file. If an error occurs, MagickFail is returned otherwise MagickPass.
The format of the LogMagickEvent method is:
MagickPassFail LogMagickEvent( const LogEventType type, const char *module, const char *function, const unsigned long line, const char *format, ... );
unsigned long SetLogEventMask( const char *events );
SetLogEventMask() accepts a comma-delimited list that determines which events to log. All other events are ignored. By default, no logging is enabled. This method returns the updated log event mask.
The format of the AcquireString method is:
unsigned long SetLogEventMask( const char *events );
A description of each parameter follows:
void SetLogFormat( const char *format );
SetLogFormat() sets the format for the "human readable" log record.
The format of the LogMagickFormat method is:
void SetLogFormat( const char *format );
A description of each parameter follows:
void SetLogMethod( LogMethod method );
SetLogMethod() sets the method to be called when logging.
The format of the SetLogMethod method is:
void SetLogMethod( LogMethod method );
A description of each parameter follows:
Copyright © GraphicsMagick Group 2002 - 2020