Adi Sembiring
Adi Sembiring

Reputation: 5946

Find Logger for PHP

I'm looking for logger for PHP like log4j. can you suggest me witch logger that I can use ?

Thanks,

Upvotes: 0

Views: 333

Answers (4)

Bogdans
Bogdans

Reputation: 169

This is a very popular logging layer library for PHP - https://github.com/Seldaek/monolog It provides many integrations, including sending data to https://www.loggly.com/ or https://sentry.io/welcome/

Also, many logging services, like https://phplogger.com/, support Monlog in one form or another

Upvotes: 0

Stann
Stann

Reputation: 13968

PEAR logging class is pretty nice and simple. There is no need to configure things via xml and there are no other dependencies. You can download and simply drop in pear package PEAR log (no need to install it via PEAR or Pyrus).

Upvotes: 0

Jonathan
Jonathan

Reputation: 6003

Seems there is a port - Log4Php, http://logging.apache.org/

Upvotes: 1

gbn
gbn

Reputation: 432667

log4php?

One of the family of loggers

Upvotes: 1

Related Questions