LogentriesCommunity / le_php

Logentries support for PHP
29 stars 17 forks source link

Predefined contants #1

Closed ariews closed 11 years ago

ariews commented 11 years ago

Please use predefined contants, see: http://php.net/manual/en/network.constants.php and http://www.ietf.org/rfc/rfc3164.txt (sec: 4.1.1)

MarkLC-r7 commented 11 years ago

Done.

L1lle commented 11 years ago

Hi,

I would say it is not done;). because you sill access

LeLogger::DEBUG;

in both php files which will give a undefined constant error. I replaced them myself. But you should update this Repro.

L1lle commented 11 years ago

And another thing:

It is LOG_ERR not LOG_ERROR