summaryrefslogtreecommitdiffstats
path: root/lib/public/Log/IWriter.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-191-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-0/+37
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>