PHPackages                             neat/log - 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. neat/log

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

neat/log
========

Neat Log components

0.2.1(6y ago)01.4k[1 issues](https://github.com/neat-php/log/issues)MITPHPPHP &gt;=7.0CI failing

Since Oct 12Pushed 5y ago3 watchersCompare

[ Source](https://github.com/neat-php/log)[ Packagist](https://packagist.org/packages/neat/log)[ RSS](/packages/neat-log/feed)WikiDiscussions master Synced 3w ago

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

Neat Log components
===================

[](#neat-log-components)

[![Stable Version](https://camo.githubusercontent.com/ef212fcb40c5b77d0aaf1410e16a6ab9c40016e53c5e611d488604d249c43d14/68747470733a2f2f706f7365722e707567782e6f72672f6e6561742f6c6f672f76657273696f6e)](https://packagist.org/packages/neat/log)[![Build Status](https://camo.githubusercontent.com/566fd9a78bc35b64a483194f3c09824af0fe5c29efcc3965cf4c9e98aaafed91/68747470733a2f2f7472617669732d63692e6f72672f6e6561742d7068702f6c6f672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/neat-php/log)

Neat log components provide a clean and expressive API to build a [PSR-3](https://www.php-fig.org/psr/psr-3/) compliant logger to suit your needs.

Getting started
---------------

[](#getting-started)

To install this package, simply issue [composer](https://getcomposer.org) on the command line:

```
composer require neat/log

```

Logging
-------

[](#logging)

Creating a logger is as simple as creating an instance and invoking any of the log methods on it:

```
