summaryrefslogtreecommitdiffstats
path: root/lib/public/Log
Commit message (Expand)AuthorAgeFilesLines
* emit an event when a message is loggedRobin Appelman2023-07-101-0/+78
* fix(ocp): Add deprecation version to ILogFactory::getCustomLoggerChristoph Wurst2023-03-301-1/+1
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversionCôme Chilliet2022-12-191-0/+4
|\
| * fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-191-0/+4
* | Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-191-0/+1
|/
* Add a helper function that makes it easier to log from anywhereChristoph Wurst2022-05-231-0/+73
* Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling2022-01-191-2/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+8
* typodartcafe2021-05-191-1/+1
* fix #25813dartcafe2021-05-191-1/+1
* Fix versionJoas Schilling2021-04-121-1/+1
* Move to another namespace and class nameJoas Schilling2021-04-091-2/+2
* Allow apps to log actions into the audit_logJoas Schilling2021-04-091-0/+85
* Migrate custom loggers to PSRChristoph Wurst2021-02-111-0/+10
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove @package annotations from public namespaceJulius Härtl2020-08-265-5/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+3
* always require a message paramter for data loggingArthur Schiwon2020-01-281-3/+3
* log Flow activityArthur Schiwon2020-01-281-0/+42
* Update license headersChristoph Wurst2019-12-054-4/+4
* Added a logger for systemd/journaldJohannes Ernst2018-06-291-1/+2
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-261-0/+71
* add missing php doc and type hintsArthur Schiwon2018-04-261-2/+15
* move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-261-0/+30
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-262-0/+85