classes that are available in the application's IoC container. • Laravel ships with many facades. Laravel "facades" serve as "static proxies" to underlying classes. • “Log” is one of these Facades.
= '/* as seen in URL */'; $hipchat_bot = 'NAME OF USER'; /* Trigger a notification in clients or not */ $hipchat_notify = '/* (bool) */'; /* minimum logging level at which this handler will be triggered */ $hipchat_level = Monolog\Logger::INFO;
Log::getMonolog(); // This is Copied and Pasted from the Sentry site. $raven_client = new Raven_Client( 'https://[...]:[...][email protected]/27438' );