easy api

PHP Log2Files Advanced Logger

PHP Log2Files Advanced Logger

This logger is advanced library, which dumps PHP Application logs to files in production environment. The main purpose is to ensure the logger is very fast and can be used in production environment. Multiple PHP execution threads log to consecutive files at the same time, to avoid synchronization and locking problems. There is no need to do any additional setup. Just pure PHP (no mysql even!) and some simple API calls. Why Logging in...