PHPackages                             mordilion/dialog - 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. mordilion/dialog

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

mordilion/dialog
================

Logging was never so easy

26PHP

Since Aug 24Pushed 7y ago2 watchersCompare

[ Source](https://github.com/mordilion/Dialog)[ Packagist](https://packagist.org/packages/mordilion/dialog)[ RSS](/packages/mordilion-dialog/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dialog - A PSR-3 based logger interface for PHP
===============================================

[](#dialog---a-psr-3-based-logger-interface-for-php)

[![Total Downloads](https://camo.githubusercontent.com/866e12a3fa37bb63de781e36b7c870afa683db2257a5c804b34996c43a53a1e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f7264696c696f6e2f6469616c6f672e737667)](https://packagist.org/packages/mordilion/dialog)

The Dialog library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) interface and is fully configurable with INI, JSON, YAML, XML or PHP-Arrays. All Handlers, Processors and Formatters can be limit with conditions for DateTime, Level and Context-Content of a Record.

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

[](#installation)

Install the latest version of Dialog with:

```
$ composer require mordilion/dialog
```

Basic usage
-----------

[](#basic-usage)

```
