MagickCore
7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
LogEventType | event_mask |
LogHandlerType | handler_mask |
char * | path |
char * | name |
char * | filename |
char * | format |
size_t | generations |
size_t | limit |
FILE * | file |
size_t | generation |
MagickBooleanType | append |
MagickBooleanType | stealth |
TimerInfo | timer |
MagickLogMethod | method |
SemaphoreInfo * | event_semaphore |
size_t | signature |
MagickBooleanType _LogInfo::append |
Definition at line 133 of file log.c.
Referenced by LogMagickEventList().
LogEventType _LogInfo::event_mask |
Definition at line 111 of file log.c.
Referenced by CheckEventLogging(), GetLogEventMask(), LoadLogCache(), LogMagickEventList(), and SetLogEventMask().
SemaphoreInfo* _LogInfo::event_semaphore |
Definition at line 143 of file log.c.
Referenced by DestroyLogElement(), and LogMagickEventList().
FILE* _LogInfo::file |
Definition at line 127 of file log.c.
Referenced by CloseMagickLog(), DestroyLogElement(), and LogMagickEventList().
char * _LogInfo::filename |
Definition at line 117 of file log.c.
Referenced by DestroyLogElement(), LoadLogCache(), and TranslateFilename().
char * _LogInfo::format |
Definition at line 117 of file log.c.
Referenced by DestroyLogElement(), LoadLogCache(), SetLogFormat(), and TranslateEvent().
size_t _LogInfo::generation |
Definition at line 130 of file log.c.
Referenced by LogMagickEventList(), TranslateEvent(), and TranslateFilename().
size_t _LogInfo::generations |
Definition at line 123 of file log.c.
Referenced by ListLogInfo(), LoadLogCache(), TranslateEvent(), and TranslateFilename().
LogHandlerType _LogInfo::handler_mask |
Definition at line 114 of file log.c.
Referenced by LoadLogCache(), LogMagickEventList(), and SetLogMethod().
size_t _LogInfo::limit |
Definition at line 123 of file log.c.
Referenced by ListLogInfo(), LoadLogCache(), and LogMagickEventList().
MagickLogMethod _LogInfo::method |
Definition at line 140 of file log.c.
Referenced by LogMagickEventList(), and SetLogMethod().
char * _LogInfo::name |
Definition at line 117 of file log.c.
Referenced by GetLogInfo(), GetLogInfoList(), and GetLogList().
char* _LogInfo::path |
Definition at line 117 of file log.c.
Referenced by DestroyLogElement(), ListLogInfo(), and LoadLogCache().
size_t _LogInfo::signature |
Definition at line 146 of file log.c.
Referenced by LoadLogCache().
MagickBooleanType _LogInfo::stealth |
Definition at line 133 of file log.c.
Referenced by GetLogInfoList(), and GetLogList().
TimerInfo _LogInfo::timer |
Definition at line 137 of file log.c.
Referenced by LoadLogCache(), LogMagickEventList(), and TranslateEvent().