FOF30\Platform\Base\Platform::logDeprecated PHP Method

logDeprecated() public method

Logs a deprecated practice. In Joomla! this results in the $message being output in the deprecated log file, found in your site's log directory.
public logDeprecated ( string $message ) : void
$message string The deprecated practice log message
return void
    public function logDeprecated($message)
    {
        // The default implementation does nothing. Override this in your platform classes.
    }