static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
void notice(string $message, array $context = array()) Log a notice to the logs. Parameters string $message array $context Return Value void
void log(string $level, string $message, array $context = array()) Log a message to the logs. Parameters string $level string $message array $context Return Value void
void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
void error(string $message, array $context = array()) Log an error message to the logs. Parameters string $message array $context Return Value void
void debug(string $message, array $context = array()) Log a debug message to the logs. Parameters string $message array $context Return Value void
void critical(string $message, array $context = array()) Log a critical message to the logs. Parameters string $message array $context Return Value void
Page 527 of 996