what names space is Log::add_entry() ?
PermalinkI am using 5.7.5.9.
I REALLY need a Log function.
I found some stuff that led me to this line of code:
Log::addEntry("SpaSelector saveValue(" . $data . ")", $logType = null);
But I get the error:
Class 'Concrete\Attribute\SpaSelector\Log' not found
What namespace am I missing?
also, is Log::ad_entry() depricated? Replacement?
Thanks so much,
Sean

\Log::addEntry(...)
That is a awesome.
Thanks.
Thanks to mnakalay for correcting me.