hydrian / TTRSS-Auth-LDAP

GitHub repository for Tiny Tiny RSS's auth_ldap plugin
https://github.com/hydrian/TTRSS-Auth-LDAP/wiki
Other
28 stars 21 forks source link

Change to non-deprecated logging function #46

Closed soupglasses closed 1 year ago

soupglasses commented 2 years ago

Current use of $loggerFunction = Logger::get(); is deprecated in recent versions of TTRSS. This PR applies the new method that replaced it as recommended by TTRSS themselves.

hydrian commented 2 years ago

I'll probably won't be able take a look at this till Monday.

soupglasses commented 2 years ago

This is the relevant file about the Logger for when you can get to this: https://git.tt-rss.org/fox/tt-rss.git/tree/classes/logger.php#n86