X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FLogger%2FREADME.md;h=449403194d8d3d26de5cf394502e28d10c773c77;hb=6bb418c5a7cdd71d28a8a572059efb14401b70bd;hp=381bd94ba7c1ba7d6070e15de58786faa6e0e8f7;hpb=cc8a6c85ae939c0fc9258d7a11276bc7c2e59bc0;p=friendica.git diff --git a/src/Util/Logger/README.md b/src/Util/Logger/README.md index 381bd94ba7..449403194d 100644 --- a/src/Util/Logger/README.md +++ b/src/Util/Logger/README.md @@ -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.