This is really nice library. It’s been a few months since you last worked on this, but do you have anything new planned? I would love to have more out of the box control of the logging process. I understand why you’ve created a new database just for logs, but I think I would prefer a single table. Or maybe a text file?
Also, your in code documentation has “Foobar” were I’m guessing “Firestick” should go.
Check out the library, you can just change set the table name to a static one instead automatically creating a new one for each day of the year.
$table_name = $this->db_name . ‘.performance_log_’ . @date(‘ymd’);
$table_name = $this->db_name . ‘.performance_log_’ . @date(‘y’);
