aboutsummaryrefslogtreecommitdiffstats
path: root/includes/debug/logger/LegacyLogger.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* logger: Make log() methods return voidLucas Werkmeister2025-01-281-1/+1
* Replace gettype() with get_debug_type() in debug/log/test outputBartosz Dziewoński2024-07-311-1/+1
* namespace MWDebugAmir Sarabadani2024-05-031-1/+1
* Debugger: Display debug log when $wgShowDebug = trueSébastien Beyou2024-02-141-2/+2
* LegacyLogger: Emit to stderr if MW_LOG_STDERR is setKosta Harlan2023-12-211-0/+14
* rdbms: Log query runtime in milliseconds with microsecond resolutionTim Starling2023-11-211-1/+1
* debug: Improve docs, fix ingroup tags, clean up testsTimo Tijhof2023-10-051-1/+2
* Consistently use LogicException for test-only methodsthiemowmde2023-07-221-2/+2
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-1/+1
* rdbms: Consolidate logger channels into oneTimo Tijhof2023-01-031-10/+2
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-2/+2
* debug: Fix $wgDebugRawPage to work with PSR-3 debug loggingTimo Tijhof2022-04-131-2/+5
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Avoid references to DefaultSettings.daniel2022-02-221-2/+1
* Stop using is_resource() where possibleTim Starling2022-01-261-0/+1
* Fix typos in comments (L)Siddharth VP2022-01-091-2/+2
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* rdbms: cleanup getServer() and connection parameter fields in DatabaseAaron Schulz2021-05-051-1/+1
* Don't suppress debug log lines for queries when the debug toolbar is enabledTim Starling2020-06-021-6/+1
* phpunit: Add setNullLogger() and make tests default to LegacySpiTimo Tijhof2020-04-071-0/+18
* WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-2/+2
* profiler: Remove support for $wgDebugLogGroups['profileoutput']Timo Tijhof2020-02-291-28/+0
* Clean up redundant Exception|Throwable union typeRicordisamoa2020-02-121-5/+4
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* debug: Move global after early return in LegacyLogger::log()Timo Tijhof2019-12-131-2/+1
* Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
* Optimise no-op debug logging in LegacyLoggerTim Starling2019-11-211-15/+64
* rdbms: Restore debug toolbar "Queries" featureTimo Tijhof2019-10-111-6/+5
* logger: Produce traces for all ThrowablesBrad Jorsch2019-05-231-3/+6
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-2/+2
* No yoda conditionsFomafix2018-11-211-1/+1
* Merge "Use WikiMap methods for wiki ID logic in more places"jenkins-bot2018-10-301-2/+3
|\
| * Use WikiMap methods for wiki ID logic in more placesAaron Schulz2018-10-291-2/+3
* | Merge "debug: Allow the DBQuery channel to be used"jenkins-bot2018-10-301-4/+24
|\ \ | |/ |/|
| * debug: Allow the DBQuery channel to be usedTimo Tijhof2018-09-151-4/+24
* | Drop wfErrorLog, deprecated in 1.25James D. Forrester2018-09-281-12/+4
|/
* Fix typosFomafix2018-08-141-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-8/+8
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-2/+1
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* LegacyLogger: Fix @return documentation for formatAsWfDebugLog()Timo Tijhof2016-11-161-1/+1
* LegacyLogger: Be consistent about converting log levels to intBryan Davis2016-09-301-6/+9
* Fix wfLogDBError channel redirect logicAaron Schulz2016-09-301-1/+1
* Only send DB query profiling to MWDebug::queryAaron Schulz2016-09-201-5/+8
* Avoid MWDebug usage in DatabaseBaseAaron Schulz2016-09-171-5/+28
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Remove PHP < 5.3.6 compatibility in LegacyLoggerumherirrender2016-02-111-7/+1