STRATO-apps/wordpress_03/app/wp-content/plugins/elementor/core/logger/items/php.php

SHA-256: 7bace9f022d5bad2a759f592deff6ada75e444218b769df0515af00eaf87b151
<?php
namespace Elementor\Core\Logger\Items;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class PHP extends File {

	const FORMAT = 'PHP: date [type X times][file::line] message [meta]';

	public function get_name() {
		return 'PHP';
	}
}