Ejemplo n.º 1
0
 public static function debug($msg, $ns = "")
 {
     self::log(Colors::getInstance()->green('[DEBUG]'), $msg, $ns, null);
 }