====== zeoWriteToLog ====== ===== Description ===== Write a message to L3DT's logfile. Unlike [[zeolite:functions:zeoReportError]], this function does not write the message to the event log window. Thus, this function provides an unobtrusive method for plugins to log events for debugging purposes. ===== Files ===== ^ Declaration | ''Zeolite.h'' | ^ Implementation | ''Zeolite.cpp'' | ===== Function prototype ===== void zeoWriteToLog(const char* lpMessage); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | lpMessage | const char* | A c-style string handle containing the text to be written to the log. | ===== Return value ===== None (void). ===== Comments ===== None.