aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Log/LogFactory.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-191-6/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* Refactors lib/private/Log.Faraz Samapoor2023-06-281-39/+19
* composer run cs:fixCôme Chilliet2023-01-201-1/+1
* fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-191-2/+2
* Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling2022-01-191-2/+18
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Migrate custom loggers to PSRChristoph Wurst2021-02-111-0/+8
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Added a logger for systemd/journaldJohannes Ernst2018-06-291-0/+3
* use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-15/+9
* revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-261-1/+8
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-6/+17
* destaticfy Log classesArthur Schiwon2018-04-261-0/+66