Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/Log
AgeCommit message (Expand)Author
2014-12-22#6881 Recreate the container in the 'web' environment in 'climulti:request'Matthieu Napoli
2014-12-19Rename Error to ErrorHandlermattab
2014-12-15#6622 Logger refactoring: restored the "screen" backend to log to HTML notifi...Matthieu Napoli
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
2014-12-10#6622 Logger refactoring: StdErrHandler: had to revert a previous changeMatthieu Napoli
2014-12-10#6622 Logger refactoring: Turned the Exception (text) formatter into a proces...Matthieu Napoli
2014-12-10#6622 Logger refactoring: added testsMatthieu Napoli
2014-12-10#6622 Logger refactoring: RequestIdProcessor doesn't need static variables no...Matthieu Napoli
2014-12-10#6622 Logger refactoring: Simplified StdErrHandler now that logging is disabl...Matthieu Napoli
2014-12-10#6622 Logger refactoring: Piwik FileHandler now extends Monolog's StreamHandlerMatthieu Napoli
2014-12-10#6622 Logger refactoring: cleared up formatting that was left in FileHandlerMatthieu Napoli
2014-12-10#6622 Logger refactoring: replaced Piwik StdOutHandler with Monolog's StreamH...Matthieu Napoli
2014-12-10#6622 Logger refactoring: renamed "Backend" to "Handler" to match Monolog namingMatthieu Napoli
2014-12-05#6622 Logger refactoring: config simplificationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the code and configurationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by merging ExceptionHtmlF...Matthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by removing the ErrorText...Matthieu Napoli
2014-12-05#6622 Logger refactoring: using Monolog!Matthieu Napoli
2014-12-04#6622 Logger refactoring: moved all the log config to DI configMatthieu Napoli
2014-12-04#6622 Logger refactoring: removed the "Log.getAvailableWriters" eventMatthieu Napoli
2014-12-04#6622 Logger refactoring: move to PSR-3 compatibilityMatthieu Napoli
2014-12-02#6622 Logger refactoring: turned Piwik's log writers into Monolog HandlersMatthieu Napoli
2014-12-02Removed useless method which seems to trip PHP 5.3Matthieu Napoli
2014-12-01#6622 Logger refactoring: added Log\Processor\ClassNameProcessorMatthieu Napoli
2014-12-01#6622 Logger refactoring: use Monolog constantsMatthieu Napoli
2014-12-01#6622 Logger refactoring: implement Monolog's FormatterInterfaceMatthieu Napoli
2014-12-01#6622 Logger refactoring: use a "record" array similar to Monolog to ease fut...Matthieu Napoli
2014-12-01Removed useless constantMatthieu Napoli
2014-12-01#6622 Logger refactoring: lazily create log writersMatthieu Napoli
2014-12-01#6622 Logger refactoring: moved some configuration into the containerMatthieu Napoli
2014-12-01#6622 Logger refactoring: simplified log formattersMatthieu Napoli
2014-12-01Reapplied "refs #6552 don't add rel=nofollow on links going through the proxy...Matthieu Napoli
2014-12-01#6622 Logger refactoring: formatting messages is now done through Formatters ...Matthieu Napoli
2014-12-01#6622 Logger refactoring: moved "log message processing" into "Processor" obj...Matthieu Napoli
2014-11-28#6622 Logger refactoring: moved log backends into a subnamespace for clarityMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the log backend configuration (file, screen, ...Matthieu Napoli
2014-11-28BugfixMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved log message formatting into classesMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the database writer to a dedicated classMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the screen writer to a dedicated classMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the file writer to a dedicated classMatthieu Napoli
2014-11-28#6622 Logger refactoring: small logger config refactoringMatthieu Napoli
2014-11-28#6622 Logger refactoring: use the container to get the log levelMatthieu Napoli
2014-11-28Logger refactoring, 1st step: separate config from logicMatthieu Napoli
2013-09-23Initial refactoring.Benaka Moorthi
2013-09-19Moving isPhpCli to Commonmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Refactoring Profiler features out of Piwik classmattab
2013-08-15replaced presentational html tagssgiehl
2013-08-02fixed some doc blocks/namespacessgiehl