PHPackages                             vajiral/simple-logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. vajiral/simple-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

vajiral/simple-logger
=====================

PHP library to write logs (compatible with PSR-3)

0.0.4(6y ago)064MITPHPPHP &gt;=5.3.0

Since Oct 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vajiralasantha/PHP-Simple-Logger)[ Packagist](https://packagist.org/packages/vajiral/simple-logger)[ Docs](https://github.com/vajiralasantha/PHP-Simple-Logger)[ RSS](/packages/vajiral-simple-logger/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

PHP Simple Logger
=================

[](#php-simple-logger)

SimpleLogger is a PHP library to write logs.

- Drivers: Syslog, stdout, stderr and text file
- Compatible with [PSR-3 Standard Logger Interface](http://www.php-fig.org/psr/psr-3/)
- Requirements: PHP &gt;= 5.3
- Author: Frédéric Guillot, Vajira Lasantha
- License: MIT

**Originally taken from fguillot/simpleLogger in order keep this libraly alive for PHP &lt;= 7.0. The latest library from firehed/simplelogger does not support PHP &lt;= 7.0.**

Usage
-----

[](#usage)

### Installation

[](#installation)

```
composer require vajiral/simple-logger
```

### Syslog

[](#syslog)

Send log messages to Syslog:

```
