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

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

codeincode/simple-logger
========================

Instant Logger for PHP

06PHP

Since Aug 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/antoniodipinto/simple_logger)[ Packagist](https://packagist.org/packages/codeincode/simple-logger)[ RSS](/packages/codeincode-simple-logger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SimpleLogger
============

[](#simplelogger)

Using this class it is possible to create a simple log file or log (info, warning, error, exception) at runtime.

Features
--------

[](#features)

- Log instant and print a JSON string (Debug mode enabled)
- Store Logs in custom folder and files
- Divide logs for datetime format, you can create a log file everyday or every second, all organized by time format

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

[](#installation)

In order to use SimpleLogger you just need to download the repository, put into the root of you project then:

```
