PHP Class Lndj\Supports\Log

Afficher le fichier Open project: lndj/lcrawl Class Usage Examples

Méthodes publiques

Свойство Type Description
$log_file string The log file.

Méthodes publiques

Méthode Description
__construct ( ) Log constructor.
debug ( $message, $context ) : boolean Debug message.
error ( $message, $context )
info ( $info, $context ) : boolean Info log.

Method Details

__construct() public méthode

Log constructor.
public __construct ( )

debug() public static méthode

Debug message.
public static debug ( $message, $context ) : boolean
$message
$context
Résultat boolean

error() public static méthode

public static error ( $message, $context )

info() public static méthode

Info log.
public static info ( $info, $context ) : boolean
$info
$context
Résultat boolean

Property Details

$log_file public_oe static_oe property

The log file.
public static string $log_file
Résultat string