PHP Class Lndj\Supports\Log

Datei anzeigen Open project: lndj/lcrawl Class Usage Examples

Public Properties

Property Type Description
$log_file string The log file.

Public Methods

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

Method Details

__construct() public method

Log constructor.
public __construct ( )

debug() public static method

Debug message.
public static debug ( $message, $context ) : boolean
$message
$context
return boolean

error() public static method

public static error ( $message, $context )

info() public static method

Info log.
public static info ( $info, $context ) : boolean
$info
$context
return boolean

Property Details

$log_file public_oe static_oe property

The log file.
public static string $log_file
return string