Log

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.

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

Log a warning message to the logs.

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

Log a notice to the logs.

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

Log an informational message to the logs.

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

Log a debug message to the logs.

void log(string $level, string $message, array $context = array())

Log a message to the logs.

void useFiles(string $path, string $level = 'debug')

Register a file log handler.

void useDailyFiles(string $path, int $days, string $level = 'debug')

Register a daily file log handler.

doc_Laravel
2016-11-02 16:24:03
Comments
Leave a Comment

Please login to continue.