]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Move Core\Session::set() to DI::session()->set()
[friendica.git] / doc / Addons.md
index bbc0ed61c19895537eb6ae95df75a7aa6dcd32b8..91765ec484363688164e0e70c0bbdc3a0231183a 100644 (file)
@@ -919,6 +919,10 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
     Hook::callAll('block', $hook_data);
     Hook::callAll('unblock', $hook_data);
 
+### src/Core/Logger/Factory.php
+
+    Hook::callAll('logger_instance', $data);
+
 ### src/Core/StorageManager
 
     Hook::callAll('storage_instance', $data);