25use Wikimedia\ObjectFactory;
144 if ( isset( $this->config[$key] ) ) {
145 $this->config[$key] = array_merge( $this->config[$key],
$value );
147 $this->config[$key] =
$value;
160 $this->singletons = [
179 if ( !isset( $this->singletons[
'loggers'][$channel] ) ) {
182 $spec = $this->config[
'loggers'][$channel] ?? $this->config[
'loggers'][
'@default'];
185 $this->singletons[
'loggers'][$channel] = $monolog;
188 return $this->singletons[
'loggers'][$channel];
198 $obj =
new Logger( $channel );
200 if ( isset( $spec[
'calls'] ) ) {
201 foreach ( $spec[
'calls'] as $method => $margs ) {
202 $obj->$method( ...$margs );
206 if ( isset( $spec[
'processors'] ) ) {
207 foreach ( $spec[
'processors'] as $processor ) {
208 $obj->pushProcessor( $this->
getProcessor( $processor ) );
212 if ( isset( $spec[
'handlers'] ) ) {
213 foreach ( $spec[
'handlers'] as
$handler ) {
214 $obj->pushHandler( $this->
getHandler( $handler ) );
226 if ( !isset( $this->singletons[
'processors'][$name] ) ) {
227 $spec = $this->config[
'processors'][
$name];
228 $processor = ObjectFactory::getObjectFromSpec( $spec );
229 $this->singletons[
'processors'][
$name] = $processor;
231 return $this->singletons[
'processors'][
$name];
240 if ( !isset( $this->singletons[
'handlers'][$name] ) ) {
241 $spec = $this->config[
'handlers'][
$name];
242 $handler = ObjectFactory::getObjectFromSpec( $spec );
243 if ( isset( $spec[
'formatter'] ) ) {
248 if ( isset( $spec[
'buffer'] ) && $spec[
'buffer'] ) {
253 return $this->singletons[
'handlers'][
$name];
262 if ( !isset( $this->singletons[
'formatters'][$name] ) ) {
263 $spec = $this->config[
'formatters'][
$name];
264 $formatter = ObjectFactory::getObjectFromSpec( $spec );
265 $this->singletons[
'formatters'][
$name] = $formatter;
267 return $this->singletons[
'formatters'][
$name];
Allows to change the fields on the form that will be generated $name
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check set to true or false to override the $wgMaxImageArea check result gives extension the possibility to transform it themselves $handler
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))