How does JCB automatically import Log::addLogger(); when it is used in PHP List view (controller methods) #1004
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should use Joomla JPK instead of Log. See information here https://git.vdm.dev/joomla/joomla-powers So for your case instead of
you would do:
That way the needed use statement is added to the file and when joomla changes Log the JPK (Joomla Power Key) will take care of it. |
Beta Was this translation helpful? Give feedback.
You should use Joomla JPK instead of Log.
See information here https://git.vdm.dev/joomla/joomla-powers
So for your case instead of
you would do:
That way the needed use statement is added to the file and when joomla changes Log the JPK (Joomla Power Key) will take care of it.