function __construct($log)
 {
     parent::__construct($log);
     $this->_serialiser = new Services_JSON();
 }