/**
  * @param $name
  */
 public static function add_context($name)
 {
     HW_Timber::add_context($name, get_called_class());
 }