MediaWiki fundraising/REL1_35
FallbackLogPrefixer Class Reference

Used to try to add contribution tracking ID to the logs, even if we don't have an adapter instance. More...

Inheritance diagram for FallbackLogPrefixer:
Collaboration diagram for FallbackLogPrefixer:

Public Member Functions

 __construct ( $prefix)
 
 getLogMessagePrefix ()
 

Protected Attributes

 $prefix
 

Detailed Description

Used to try to add contribution tracking ID to the logs, even if we don't have an adapter instance.

Definition at line 7 of file FallbackLogPrefixer.php.

Constructor & Destructor Documentation

◆ __construct()

FallbackLogPrefixer::__construct ( $prefix)

Definition at line 11 of file FallbackLogPrefixer.php.

References $prefix.

Member Function Documentation

◆ getLogMessagePrefix()

FallbackLogPrefixer::getLogMessagePrefix ( )

Implements LogPrefixProvider.

Definition at line 15 of file FallbackLogPrefixer.php.

References $prefix.

Member Data Documentation

◆ $prefix

FallbackLogPrefixer::$prefix
protected

Definition at line 9 of file FallbackLogPrefixer.php.

Referenced by __construct(), and getLogMessagePrefix().


The documentation for this class was generated from the following file: