aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Service/Logger.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-14/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate WFE to the new PSR loggerChristoph Wurst2021-02-111-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+5
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Reduce flow logging at INFO levelJulius Härtl2020-02-141-1/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* always require a message paramter for data loggingArthur Schiwon2020-01-281-1/+3
| | | | | | also ensure it plays well with current log reader Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* log Flow activityArthur Schiwon2020-01-281-0/+170
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>