We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation: #84981 - BackendUserAuthentication->simplelog()
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.3/Deprecation-84981-BackendUserAuthentication-simplelogDeprecated.html
.. include:: ../../Includes.txt
============================================================
See :issue:84981
84981
Description
===========
Method :php:TYPO3\CMS\Core\Authentication\BackendUserAuthentication->simplelog() has been marked as deprecated.
TYPO3\CMS\Core\Authentication\BackendUserAuthentication->simplelog()
Impact
======
The method has been a shortcut to :php:writelog() which can be used instead.
writelog()
Affected Installations
======================
Instances with extensions that call this method. Calling the method will trigger a PHP :php:E_USER_DEPRECATED error.
E_USER_DEPRECATED
The extension scanner should find possible usages.
Migration
=========
Use :php:writelog() instead or - even better - use the logging framework to log messages.
.. index:: Backend, PHP-API, FullyScanned
The text was updated successfully, but these errors were encountered:
8643e5e
ayacoo
No branches or pull requests
Deprecation: #84981 - BackendUserAuthentication->simplelog()
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.3/Deprecation-84981-BackendUserAuthentication-simplelogDeprecated.html
.. include:: ../../Includes.txt
============================================================
Deprecation: #84981 - BackendUserAuthentication->simplelog()
============================================================
See :issue:
84981
Description
===========
Method :php:
TYPO3\CMS\Core\Authentication\BackendUserAuthentication->simplelog()
has been marked as deprecated.Impact
======
The method has been a shortcut to :php:
writelog()
which can be used instead.Affected Installations
======================
Instances with extensions that call this method. Calling the method will trigger a PHP :php:
E_USER_DEPRECATED
error.The extension scanner should find possible usages.
Migration
=========
Use :php:
writelog()
instead or - even better - use the logging framework to log messages... index:: Backend, PHP-API, FullyScanned
The text was updated successfully, but these errors were encountered: