PHP Classes

Notable PHP package: ITE Logger

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 69

Last month viewers: 1

Categories: Notable Packages

PSR-3 is a standards recommendation that defines a common interface to implement logger classes.

This package implements the PSR-3 logger interface using several types of classes, as well a class and a trait that allows using multiple nested loggers.

It also provides a stream wrapper that allows developers to write to logs using regular file access functions.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package ITE Logger is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Log messages to different storage PSR-3 compliant

Here follows in more detail what it does:

This package can log messages to different storage containers compliant with PSR-3.

It provides classes to log messages to files and abstract classes for sending emails with logs and writing them to database.

It also has classes using the php function mail() for sending logs and PDO for storing log messages to database tables.

This package includes a LoggerAggregator class and trait that allows using of multiple nested loggers for all or different log levels.

It also provides a stream namespace with a trait, classes and interfaces that can be useful to write logs with stream functions, like fopen('log://<logger-type>/<log-level>', 'w').

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)