friendica/src/Object
fabrixxm 9368f5445d Display structured logs in admin
Tries to parse log lines and to display info in a table.
Additional JSON data is parsed and displayed clicking on a row.

File reading and line parsing is handled in iterators, to avoid to keep
too much data in memory.
Search and filter should be trivial to add.
Log file is read backward to display log events newest first.
A "tail" functionality should be easy to implement.
2021-08-19 14:55:33 +02:00
..
Api API: First steps to support subscriptions 2021-08-15 00:30:41 +00:00
EMail "getUserId" is now "getLoggedInUserId" 2021-08-09 20:33:46 +00:00
Log Display structured logs in admin 2021-08-19 14:55:33 +02:00
Notification Legacy DFRN transport layer is removed 2021-07-15 13:28:32 +00:00
Search Update copyright 2021-03-29 08:40:20 +02:00
Email.php Update copyright 2021-03-29 08:40:20 +02:00
Image.php Support for stacked profiler analysis 2021-07-27 04:57:29 +00:00
OEmbed.php Update copyright 2021-03-29 08:40:20 +02:00
Post.php Mark, file and starring does now work for all items 2021-08-12 05:28:47 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php Using getter/setter functions 2021-07-24 20:34:07 +00:00

Friendica\Object

The namespace Object contains dynamic classes which are not directly interacting with the datastore.

They are used to implement business logic for a particular object (i.e. an Image).