Bookmark_AddLog
Sub Bookmark_AddLog($msg As String)
Adds a string to the Bookmark log file during a Bookmark check.
This function can be called in the WebSite-Watcher Event functions to add information to the Bookmark log.
Parameters
- $msg ... String expression. The text to be added to the Bookmark log.
Example:
Bookmark_AddLog("Plugin processed successfully")