Skip to content
New issue

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() #1073

Closed
sabbelasichon opened this issue Nov 4, 2019 · 0 comments
Closed

Deprecation: #84981 - BackendUserAuthentication->simplelog() #1073

sabbelasichon opened this issue Nov 4, 2019 · 0 comments

Comments

@sabbelasichon
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants