MediaWiki
1.30.0
|
Classes | |
class | AvroFormatter |
Log message formatter that uses the apache Avro format. More... | |
class | AvroFormatterTest |
class | BufferHandler |
Updates \Monolog\Handler\BufferHandler to use DeferredUpdates rather than register_shutdown_function. More... | |
class | KafkaHandler |
Log handler sends log events to a kafka server. More... | |
class | KafkaHandlerTest |
class | LegacyFormatter |
Log message formatter that mimics the legacy log message formatting of wfDebug , wfDebugLog , wfLogDBError and wfErrorLog global functions by delegating the formatting to \MediaWiki\Logger\LegacyLogger. More... | |
class | LegacyHandler |
Log handler that replicates the behavior of MediaWiki's wfErrorLog() logging service. More... | |
class | LineFormatter |
Formats incoming records into a one-line string. More... | |
class | LineFormatterTest |
class | LogstashFormatter |
LogstashFormatter squashes the base message array and the context and extras subarrays into one. More... | |
class | LogstashFormatterTest |
class | SyslogHandler |
Log handler that supports sending log events to a syslog server using RFC 3164 formatted UDP packets. More... | |
class | WikiProcessor |
Annotate log records with request-global metadata, such as the hostname, wiki / request ID, and MediaWiki version. More... | |