e.g. I call:
$this->log('This is a detailed message logged to the database1','error');
$this->log('This is a detailed message logged to the database2','error');
$this->log('This is a detailed message logged to the database3','error');
and I only see
'This is a detailed message logged to the database3' in the logs database table.
Please confirm if this is the same case on your side;
Apart from that - love the plugin - thanks!