Search code examples
phploggingphp-5.3

PHP good log library?


Is there any good log library for message, warning and errors flogging for PHP?AFAIK error_log is only used for logging errors but i need to store also debug messages.

And should work with CLI. Thanks


Solution

  • Personally I appreciate the flexibility of log4php