PHP Class WP_Importer_Logger_ServerSentEvents, WordPress-Importer

Inheritance: extends WP_Importer_Logger
Show file Open project: humanmade/WordPress-Importer

Public Methods

Method Description
log ( mixed $level, string $message, array $context = [] ) : null Logs with an arbitrary level.

Method Details

log() public method

Logs with an arbitrary level.
public log ( mixed $level, string $message, array $context = [] ) : null
$level mixed
$message string
$context array
return null