log() public method

Shortcut methods for the current log instance
public log ( $level = LogLevel::INFO, $message, array $context = [] )
$context array
Esempio n. 1
0
 /**
  * Shortcut methods for the current log instance
  *
  * @static 
  */
 public static function log($level, $message, $context = array())
 {
     return \Clockwork\Clockwork::log($level, $message, $context);
 }