- Jul 08, 2016
-
-
Morris Jobke authored
-
- Jun 08, 2016
-
-
Joas Schilling authored
* Make the filtering better readable * Add some more methods to the sensitive list
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 03, 2016
-
-
Roeland Jago Douma authored
-
- May 02, 2016
-
-
Joas Schilling authored
-
- Apr 29, 2016
-
-
Roeland Jago Douma authored
* \OC\DateTimeFormatter * \OC\DateTimeZone * \OC\ForbiddenException * \OC\HTTPHelper * \OC\HintException * \OC\LargeFileHelper * \OC\Log * \OC\NaturalSort * \OC\NavigationManager * \OC\NeedsUpdateException * \OC\NotSquareException
-
- Apr 20, 2016
-
-
Thomas Müller authored
With PHP7 Throwable is the new base interface for all Exception and Error - we should be capable to log Throwable as well
-
- Apr 01, 2016
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/23717
-
- Jan 15, 2016
-
-
Thomas Müller authored
-
- Jan 13, 2016
-
-
Thomas Müller authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 11, 2015
-
-
Lukas Reschke authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Sep 24, 2015
-
-
Morris Jobke authored
* fixed #16318 * create logException in ILogger * add unit tests
-
Olivier Paroz authored
-
- Jul 03, 2015
-
-
Thomas Müller authored
-
- Jun 25, 2015
-
-
Morris Jobke authored
-
- May 08, 2015
-
-
Morris Jobke authored
* Log condition for log level increase based on conditions. Once one of these conditions is met, the required log level is set to debug. This allows to debug specific requests, users or apps * Supported conditions (setting `log_condition` in `config.php`): - `shared_secret`: if a request parameter with the name `log_secret` is set to this value the condition is met - `users`: if the current request is done by one of the specified users, this condition is met - `apps`: if the log message is invoked by one of the specified apps, this condition is met * fix unit test and add app log condition test
-
Morris Jobke authored
* remove duplicate code from child classes
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Dec 08, 2014
-
-
Olivier Paroz authored
-
Olivier Paroz authored
This is a first draft. It has only been tested with the ownlcloud logger. Some internal fields are JSON encoded several times which makes it harder to read. Most of the normalizer is borrowed from Monolog https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/NormalizerFormatter.php
-
- Jul 15, 2014
-
-
Jörn Friedrich Dreyer authored
-
- May 12, 2014
-
-
Morris Jobke authored
-
Thomas Müller authored
-
- May 09, 2014
-
-
Bernhard Posselt authored
- inject logger class into log - adding PHPDoc comments and fixing typos
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Jun 28, 2013
-
-
Bart Visscher authored
-
- Jun 27, 2013
-
-
Bart Visscher authored
-
Bart Visscher authored
This is the other way around then it was.
-
- May 13, 2013
-
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
OC\Log implements the Psr\Log\LoggerInterface interface. See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md for the full interface specification.
-
- Feb 14, 2013
-
-
Bart Visscher authored
-
- Jan 16, 2013
-
-
Bart Visscher authored
-