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

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

graef685/log
============

Common interface for logging libraries

4.0.0(4y ago)0251MITPHPPHP &gt;=7.0.0

Since Dec 21Pushed 2y agoCompare

[ Source](https://github.com/graef685/log)[ Packagist](https://packagist.org/packages/graef685/log)[ Docs](https://github.com/php-fig/log)[ RSS](/packages/graef685-log/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (12)Used By (1)

PSR Log
=======

[](#psr-log)

This repository holds all interfaces/classes/traits related to [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).

Note that this is not a logger of its own. It is merely an interface that describes a logger. See the specification for more details.

Installation
------------

[](#installation)

```
composer require psr/log
```

Usage
-----

[](#usage)

If you need a logger, you can use the interface like this:

```
