Server :
Apache
System :
Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User :
atwiofrxug (73666)
PHP Version :
8.4.10
Disable Functions :
_dyuweyrj4,_dyuweyrj4r,dl
Current Directory :
/home/atwiofrxug/mylittletelaviv/wp-content/plugins/wordpress-seo/src/loggers/
Directory Status:
Writeable | Document Root:
Writeable
Upload File
Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/wordpress-seo/src/loggers/migration-logger.php
<?php
/**
* Empty migration logger.
*
* @package Yoast\YoastSEO
*/
namespace Yoast\WP\Free\Loggers;
use YoastSEO_Vendor\Ruckusing_Util_Logger;
/**
* Logger to make sure the output is not written into a file.
*/
class Migration_Logger extends Ruckusing_Util_Logger {
/**
* Creates an instance of Ruckusing_Util_Logger
*
* @codeCoverageIgnore
*/
public function __construct() {
// Intentionally left empty.
}
/**
* Logs a message
*
* @codeCoverageIgnore
*
* @param string $msg Message to log.
*
* @return void
*/
public function log( $msg ) {
Logger::get_logger()->info( $msg );
}
/**
* Close the log file handler
*
* @codeCoverageIgnore
*
* @return void
*/
public function close() {
}
}
Cyb3r Drag0nz Team • Google Edition