Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 12113cdf59d85cfc9779e0b1adce91bc > files > 8

php-analog-1.0.10-4.mga7.noarch.rpm

<?php

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

Analog::handler (Analog\Handler\ChromeLogger::init ());

// debug-level message
Analog::debug ($_SERVER);

// an info message
Analog::info ('An error message');

// a warning message
Analog::warning ('Turn back before it\'s too late');

// an error with no file/line #'s
Analog::log ('Another error message');

?>