PHPackages                             arshinalbab/superlog - 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. arshinalbab/superlog

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

arshinalbab/superlog
====================

01[1 PRs](https://github.com/arshinalbab/SuperLog/pulls)PHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/arshinalbab/SuperLog)[ Packagist](https://packagist.org/packages/arshinalbab/superlog)[ RSS](/packages/arshinalbab-superlog/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

SuperLog
========

[](#superlog)

SuperLog is a PHP logging library that provides a simple way to log messages to a file.

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

[](#installation)

Install SuperLog using [Composer](https://getcomposer.org/):

```
composer require arshinalbab/superlog
```

Usage
-----

[](#usage)

Create an instance of the `SuperLog\Logger` class and use the `log()` method to log messages:

```
