]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Logger/README.md
Use "received" instead of "created" when displaying posts in creation order
[friendica.git] / src / Util / Logger / README.md
index 381bd94ba7c1ba7d6070e15de58786faa6e0e8f7..449403194d8d3d26de5cf394502e28d10c773c77 100644 (file)
@@ -24,6 +24,4 @@ Each logging implementation should pe capable of printing at least the following
 -      A log message
 -      A context of the log message (f.e which user)
 
-If possible, a Logger should extend [`AbstractFriendicaLogger`](AbstractFriendicaLogger.php), because it contains additional, Friendica specific business logic for each logging call.
-
-Using AbstractFriendicaLogger makes the logger capable of adding profiling data for each log call.
+If possible, a Logger should extend [`AbstractLogger`](AbstractLogger.php), because it contains additional, Friendica specific business logic for each logging call.