PHPackages                             ntentan/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. ntentan/logger

Abandoned → [ntentan/logger](/?search=ntentan%2Flogger)Library[Logging &amp; Monitoring](/categories/logging)

ntentan/logger
==============

A static PSR-3 logger wrapped around the super cool monolog.

v0.1.1(11y ago)1832MITPHP

Since Dec 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/ntentan/logger)[ Packagist](https://packagist.org/packages/ntentan/logger)[ RSS](/packages/ntentan-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Ntentan Logger
==============

[](#ntentan-logger)

A static logger wrapped around the super awesome monolog logging framework. The whole idea behind the wrapper is to minimize the setup code and expose logging settings. By that approach applications can use external configuration files to configure the logging backend (this is however yet to be implemented). The ntentan logger class tries to be compatible with the interfaces defined in the PSR-3 specification.

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

[](#installation)

You can install Logger through composer since its available on packagist (ntentan/logger).

Example
-------

[](#example)

To use the ntentan logger.

```
