Lines Matching refs:log

122 …$this->log($this->colorize('green', 'sabre/vobject ').$this->colorize('yellow', Version::VERSION));
218 $this->log('Error: '.$e->getMessage(), 'red');
259 $this->log('Error: '.$e->getMessage(), 'red');
272 $this->log('Usage:', 'yellow');
273 $this->log(' vobject [options] command [arguments]');
274 $this->log('');
275 $this->log('Options:', 'yellow');
276 $this->log($this->colorize('green', ' -q ')."Don't output anything.");
277 $this->log($this->colorize('green', ' -help -h ').'Display this help message.');
278 …$this->log($this->colorize('green', ' --format ').'Convert to a specific format. Must be one…
279 $this->log($this->colorize('green', ' --forgiving ').'Makes the parser less strict.');
280 $this->log(' vcard30, vcard40, icalendar20, jcal, jcard, json, mimedir.');
281 …$this->log($this->colorize('green', ' --inputformat ').'If the input format cannot be guessed fro…
282 $this->log(' must be specified here.');
285 $this->log($this->colorize('green', ' --pretty ').'json pretty-print.');
287 $this->log('');
288 $this->log('Commands:', 'yellow');
289 …$this->log($this->colorize('green', ' validate').' source_file Validates a file for …
290 … $this->log($this->colorize('green', ' repair').' source_file [output_file] Repairs a file.');
291 … $this->log($this->colorize('green', ' convert').' source_file [output_file] Converts a file.');
292 …$this->log($this->colorize('green', ' color').' source_file Colorize a file, usef…
293 $this->log(
303 $this->log('Examples:', 'yellow');
304 $this->log(' vobject convert contact.vcf contact.json');
305 $this->log(' vobject convert --format=vcard40 old.vcf new.vcf');
306 $this->log(' vobject convert --inputformat=json --format=mimedir - -');
307 $this->log(' vobject color calendar.ics');
308 $this->log('');
309 $this->log('https://github.com/fruux/sabre-vobject', 'purple');