Log (Contracts)

Log

interface Log (View source)

Methods

void alert(string $message, array $context = array())

Log an alert message to the logs.

void critical(string $message, array $context = array())

Log a critical message to the logs.

void error(string $message, array $context = array())

Log an error message to the logs.

<