18 #ifndef MAGICKCORE_LOG_H
19 #define MAGICKCORE_LOG_H
23 #if defined(__cplusplus) || defined(c_plusplus)
27 #if !defined(GetMagickModule)
28 # define GetMagickModule() __FILE__,__func__,(unsigned long) __LINE__
31 #define MagickLogFilename "log.xml"
93 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport MagickBooleanType LogMagickEventList(const LogEventType type, const char *module, const char *function, const size_t line, const char *format, va_list operands)
Definition: log.c:1532
void(* MagickLogMethod)(const LogEventType, const char *)
Definition: log.h:65
Definition: exception.h:101
LogEventType
Definition: log.h:33
MagickExport MagickBooleanType ListLogInfo(FILE *file, ExceptionInfo *exception)
Definition: log.c:754
MagickExport LogEventType SetLogEventMask(const char *events)
Definition: log.c:1762
#define magick_attribute(x)
Definition: method-attribute.h:104
MagickBooleanType
Definition: magick-type.h:169
MagickExport const LogInfo ** GetLogInfoList(const char *pattern, size_t *number_preferences, ExceptionInfo *exception)
Definition: log.c:484
MagickExport char ** GetLogList(const char *pattern, size_t *number_preferences, ExceptionInfo *exception)
Definition: log.c:577
MagickExport void SetLogFormat(const char *format)
Definition: log.c:1809
MagickExport const char * GetLogName(void)
Definition: log.c:641
MagickExport MagickBooleanType IsEventLogging(void)
Definition: log.c:725
MagickExport void CloseMagickLog(void)
Definition: log.c:356
MagickExport MagickBooleanType LogMagickEvent(const LogEventType type, const char *module, const char *function, const size_t line, const char *format,...)
Definition: log.c:1660
MagickExport void SetLogMethod(MagickLogMethod method)
Definition: log.c:1850
MagickExport const char * SetLogName(const char *name)
Definition: log.c:1893
#define MagickExport
Definition: method-attribute.h:80