Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 3a649fa26de04b0283b9d5ebab66c377 > files > 6

php-analog-1.0.3-2.mga4.noarch.rpm

<?php

// 1. Install the Amon PHP lib from http://amon.cx/guide/clients/php/
require 'amon.php';

require '../lib/Analog.php';

Analog::handler (Analog\Handler\Amon::init (
	'http://127.0.0.1',
	2464
));

Analog::log ('Error message');
Analog::log ('Debug info', Analog::DEBUG);

?>