Questions tagged [log4php]

Apache log4php is a versatile logging framework for PHP.

Apache log4php is a versatile logging framework for PHP.

Features:

  • Configuration through XML, properties or PHP files
  • Various logging destinations, including:
    • Console (stdout, stderr)
    • Files (including daily and rolling files)
    • Email
    • Databases
    • Sockets
    • Syslog
  • Several built-in log message formats, including:
    • HTML
    • XML
    • User defined pattern
  • Nested (NDC) and Mapped (MDC) Diagnostic Contexts.

Official Website: http://logging.apache.org/log4php/

Useful Links:

92 questions
-1
votes
1 answer

php, laravel, log4php: Class 'Apache\Log4php\Hierarchy' not found error

I'm new to php and i'm using log4php with laravel. My project structure is ->Root ->Laravel ->app ->folderx ->abc.php ->otherfolders . . …
rds
  • 3
  • 2
-1
votes
1 answer

How to establish persistent connection with log4php Appender PDO?

Hi guys I'm new here and this is my first post. I have a project with log4php and I can't make a persistent connection happen. Is it possible to establish a persistent connection (pconnect) with the LoggerAppenderPDO through the configuration in…
1 2 3 4 5 6
7