clearSql

Syntax
void clearSql()

Description

The method clearSql() empties entries from the SQL logging table earlier than the current timestamp. This allows the log to be cleared while the logging system is still in use.

Known Issues

Because the method uses a 'delete from' methodology, and that the logging system may accumulated substantial volumes of data

An alternative methodology is:

  1. Stop the logging system
  2. Use a 'truncate table' command
  3. restart the logging system