Setting, appending, and clearing log files
1 2 3 4 5 6 7 | set_log_file(filename)
start_log_file(filename)
append_log_file(file)
clear_log_file()
|
set_log_file
: Set the log file name
start_log_file
: Start new log file; overwrite if exists
append_log_file
: Start new log file; append if exists
clear_log_file
: Delete contents of current log file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.