Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/debug/logger/monolog/CeeFormatter.php
Ðазад
<?php namespace MediaWiki\Logger\Monolog; /** * Prefixed version of LogstashFormatter that adds a "cee cookie" for Rsyslog. * * The prefix lets Ryslog differentiate between JSON and non-JSON messages. * * See also: https://www.rsyslog.com/doc/v8-stable/configuration/modules/mmjsonparse.html * * @since 1.33 * @ingroup Debug */ class CeeFormatter extends LogstashFormatter { /** * Format records with a cee cookie * @param array $record * @return string */ public function format( array $record ): string { return "@cee: " . parent::format( $record ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка