PHPackages                             fryiee/custom\_log - 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. fryiee/custom\_log

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

fryiee/custom\_log
==================

A Custom Log class built on Monolog's Logger.

0.1.5(8y ago)073MITPHP

Since Sep 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fryiee/custom_log)[ Packagist](https://packagist.org/packages/fryiee/custom_log)[ RSS](/packages/fryiee-custom-log/feed)WikiDiscussions master Synced 1w ago

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

custom\_log [![Travis CI Build](https://camo.githubusercontent.com/f836c345d8644795f105164cf8ef0bb488464ee945763e8091f843414790d870/68747470733a2f2f7472617669732d63692e6f72672f6672796965652f637573746f6d5f6c6f672e7376673f6272616e63683d6d6173746572 "Travis CI Builder")](https://camo.githubusercontent.com/f836c345d8644795f105164cf8ef0bb488464ee945763e8091f843414790d870/68747470733a2f2f7472617669732d63692e6f72672f6672796965652f637573746f6d5f6c6f672e7376673f6272616e63683d6d6173746572)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#custom_log-)

A custom Log class based on Monolog's Logger.

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

[](#installation)

`composer require fryiee/custom_log`

Add `LOG_PATH` to your .env.

The package assumes the following:

- `LOG_PATH=laravel` will assume the same storage location as the `Log` facade using `storage_path('logs')`
- `LOG_PATH=some/path/` will use that path to store logs. e.g. `./custom_logs`
- `LOG_PATH=` will default to the packages' own location of `fryiee/custom_log/logs`

Adding `LOG_DATE=true` to your .env will allow your logs to be dated in the same way as core Laravel logs (Y-m-d format).

Usage
-----

[](#usage)

```
use Fryiee\CustomLog\Log;

...

Log::info('name', 'message');

```

The logger uses the name to generate the log file. You can also use slashes to set a nested location:

```
Log::info('nested/name', 'message'); // creates a file at logs/nested/name.log

```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

3257d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5254791?v=4)[Craig Berry](/maintainers/fryiee)[@fryiee](https://github.com/fryiee)

---

Top Contributors

[![fryiee](https://avatars.githubusercontent.com/u/5254791?v=4)](https://github.com/fryiee "fryiee (14 commits)")

---

Tags

laravellogloggerloggingmonologphplaravelloggermonolog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fryiee-custom-log/health.svg)

```
[![Health](https://phpackages.com/badges/fryiee-custom-log/health.svg)](https://phpackages.com/packages/fryiee-custom-log)
```

###  Alternatives

[naoray/laravel-github-monolog

Log driver to store logs as github issues

10923.3k](/packages/naoray-laravel-github-monolog)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1398.2k](/packages/shaffe-laravel-mail-log-channel)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
