Example #1
0
 public static function warn()
 {
     $args = func_get_args();
     \Liby\Bundle\Logger\ChromeLogger::warn($args);
 }