PHPackages                             kuran/slogger - 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. kuran/slogger

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

kuran/slogger
=============

A simple logger file.

v1.0.3(1y ago)19MITPHPPHP &gt;=8.1

Since Aug 12Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/Kuraanal/SLogger)[ Packagist](https://packagist.org/packages/kuran/slogger)[ RSS](/packages/kuran-slogger/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)DependenciesVersions (5)Used By (0)

SLogger
=======

[](#slogger)

A Simple Logger class for PhP.

[![Packagist PHP Version](https://camo.githubusercontent.com/5f30ce07ab5ee501fa63585be4347bf162a8c307317e905fbbc998e5bbb0fc55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6b7572616e2f534c6f676765722f706870)](https://camo.githubusercontent.com/5f30ce07ab5ee501fa63585be4347bf162a8c307317e905fbbc998e5bbb0fc55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6b7572616e2f534c6f676765722f706870)

About
-----

[](#about)

This is a simple Logger class meant to be easy to implement so that you don't have to worry about to much configuration.
This class follow a PSR-3 standard but do not implement directly the logger interface to make full use of enums as the error levels.

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

[](#basic-usage)

The minimum setup needed to use the Logger class.

```
