|
item is either a string or a list containing the entry to be added to the log.
logname is a string containing the name of the log to add an entry to.
flTextFile (optional) is a boolean: if true then the log item is written to a text file. If not supplied, the value at user.log.prefs.flLogToTextFile is used.
flOutline (optional) is a boolean: if true, then the log item is written to an outline. If not supplied, the value at user.log.prefs.flLogToOutline is used.
flGuestDB (optional) is a boolean: if true, then the log item is written to a daily log guest database. If not supplied, the value at user.log.prefs.flLogToGuestDatabase is used.
flWpText (optional) is a boolean: if true, and the log is being written to a guest database, then the log entry will be stored as a wp-text item.
flViewLog (optional) is a boolean: if true, then the log should be opened for viewing after it's written to. If not supplied, the value at user.log.prefs.flViewLog is used.
|