core\util\class-log-util.php

Show: PublicProtectedPrivateinherited
Table of Contents
Méthodes utiles pour les logs
Author
Eoxia  
Copyright
2015-2018 Eoxia  
Package
EO_Framework\Core\Util  
Since
1.0.0  
Version
1.0.0  

Constants

>VConstant  EO_NOTICE = 'EO_NOTICE'
Package
EO_Framework\Core\Util  
>VConstant  EO_RESPONSE_ERROR = 'EO_RESPONSE_ERROR'
Package
EO_Framework\Core\Util  
>VConstant  EO_RESPONSE_SUCCESS = 'EO_RESPONSE_SUCCESS'
Package
EO_Framework\Core\Util  

\eoxia\LOG_Util

Package: EO_Framework\Core\Util
Méthodes utiles pour les fichiers JSON.
Parent(s)
\eoxia\Singleton_Util
Inherited_from
\eoxia\Singleton_Util  

Properties

>VPropertyprotected\eoxia\Singleton_Util $instance
static
L'instance courant du singleton
Details
Type
\eoxia\Singleton_Util

Methods

methodprotected__construct() : void
finalinherited

Appelle le constructeur parent

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodprotectedconstruct() : void

Le constructeur obligatoirement pour utiliser la classe \eoxia\Singleton_Util

methodprotectedconstruct() : void
abstractinherited

Le constructeur pour les enfants

Inherited from:
Details
Since
0.1.0  
Version
1.0.0  
methodpublicg() : \eoxia\Singleton_Util
staticfinalinherited

Récupères l'instance courante

Inherited from:
Returns
TypeDescription
\eoxia\Singleton_UtilL'instance courante
Details
Since
0.1.0  
Version
1.0.0  
methodpubliclog(string $text, string $file_name, string $level = EO_NOTICE) : void
static

Méthode pour loggué.

Parameters
NameTypeDescription
$textstring

Votre texte de log.

$file_namestring

Le nom de votre fichier sans l'extension.

$levelstring

Le niveau d'erreur. Par défaut EO_NOTICE. { EO_NOTICE = Pour une informations EO_RESPONSE_ERROR = Si la réponse de la requête est une erreur. EO_RESPONSE_SUCCESS = Si la réponse de la requête est correcte. }.

Details
Since
1.3.0  
Version
1.3.0  
methodpubliclog_wp_content(string $text, string $file_name, string $level = EO_NOTICE, array $bt = array()) : void
static

Méthode pour loggué dans un fichier dans le dossier 'wp-content/uploads' de WordPress.

Parameters
NameTypeDescription
$textstring

Votre texte de log.

$file_namestring

Le nom de votre fichier sans l'extension.

$levelstring

Le niveau d'erreur. Par défaut EO_NOTICE. { EO_NOTICE = Pour une informations EO_RESPONSE_ERROR = Si la réponse de la requête est une erreur. EO_RESPONSE_SUCCESS = Si la réponse de la requête est correcte. }.

$btarray

Le contexte de débogage.

Details
Since
1.3.0  
Version
1.3.0  
Documentation was generated by phpDocumentor 2.9.1.