Close

Themehits

Download PHP Log2Files Advanced Logger Nulled

 


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 simple application, which is working for one user on a development server is extremely easy:
just open a file, write to it, close (PHP: fopen(), fwrite(), fclose) or even simply file_put_contents()… then open it in any text viewer, and its done – you’ve got the log. No library, nor framework is really needed.

However, in real-time, multi-user, multi-script production environment, this won’t work – simply because there are tens of scripts executing at the same time in different threads or even processes:

This is where PHP Log2Files Advanced Logger fits best… Find out more on Documentation site

Features – the simplicity

  • simple API – only two function calls needed to start logging: “open log with some configuration” and then “write to log”
  • no additional dependencies (no PEAR , no frameworks), just one PHP file with one class to include in your script
  • can be used with almost anything else, easily includable into any other library, framework or existing application

Features – two modes

  • simple mode: the textual form – doesn’t need any special parsing
  • advanced mode: the BJSON form – stores all data with binary format which is very simple to parse and traverse. This can be used by advanced stats and monitoring tools

Features – performance

  • minimal impact to the script timing,
  • no SQL , no databases, just PHP and filesystem,
  • aware of multi-threading, multiple calls from same web-client at the time, multiple scripts running at a time with very various duration (one in 10ms, while the other in 10secs),
  • very little thread/process switching and synchronization, allow OS caches (no flushes etc.),
  • so timing-cheap, that log-levels definition is not really needed (simply log all what may be needed),
  • dedicated for production environment (megabytes of log in an hour, tens of scripts executing at a time),

Features – other

  • dedicated API for handling arrays and maps,
  • pre-made implementation for storage of: sessions, cookies, get&post, time of whole script execution,
  • easy to transport storage form (copy, delete, etc.): no thousands of files,
  • full source code included,

Documentation

API documentation and some examples always accessible at http://yosh.ke.mu/article/k_log_overview.

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = PHP Log2Files Advanced Logger
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/php-log2files-advanced-logger/466709″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy PHP Log2Files Advanced Logger from the The Developer ( yosh ) website. Thank you.
Download = PHP Log2Files Advanced Logger-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.