PHPackages                             flock3/klogger - 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. flock3/klogger

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

flock3/klogger
==============

A Simple Logging Class

v1.0.4(11y ago)12361MITPHPPHP &gt;=5.3

Since Mar 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/flock3/KLogger)[ Packagist](https://packagist.org/packages/flock3/klogger)[ RSS](/packages/flock3-klogger/feed)WikiDiscussions master Synced 6d ago

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

KLogger: Simple Logging for PHP
===============================

[](#klogger-simple-logging-for-php)

A project written by [Kenny Katzgrau](http://twitter.com/katzgrau) and [Dan Horrigan](http://twitter.com/dhrrgn).

About
-----

[](#about)

KLogger is an easy-to-use [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)compliant logging class for PHP. It isn't naive about file permissions (which is expected). It was meant to be a class that you could quickly include into a project and have working right away.

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

[](#installation)

### Composer

[](#composer)

From the Command Line:

```
composer require katzgrau/klogger:1.0.*

```

In your `composer.json`:

```
{
    "require": {
        "katzgrau/klogger": "1.0.*"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

```
