PHPackages                             eurolink/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. eurolink/log

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

eurolink/log
============

A simple PSR-3 compatible logging class.

014PHP

Since Aug 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/eurolink/log)[ Packagist](https://packagist.org/packages/eurolink/log)[ RSS](/packages/eurolink-log/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Logger
======

[](#logger)

A simple [PSR-3 compliant](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) logging class for PHP.

```
use Eurolink\Log\Logger;

$path = __DIR__ . '/logs';
$logger = new Logger($path);
$logger->info('Test info message.');
$logger->debug('Test debug message.');
```

### Log levels

[](#log-levels)

The eight [RFC 5424](http://tools.ietf.org/html/rfc5424#section-6.2.1) levels of logs are supported, in cascading order:

CodeSeverityDescription0EmergencySystem level failure (not application level)1AlertFailure that requires immediate attention2CriticalSerious failure at the application level3ErrorRuntime errors, used to log unhandled exceptions4WarningMay indicate that an error will occur if action is not taken5NoticeEvents that are unusual but not error conditions6InfoNormal operational messages (no action required)7DebugVerbose info useful to developers for debugging purposes (default)### License

[](#license)

This project is licensed under the MIT license -- see the `LICENSE` for the full license details.

### Acknowledgements

[](#acknowledgements)

Some inspiration has been taken from the following projects:

- [katzgrau/KLogger](https://github.com/katzgrau/KLogger)
- [Seldaek/monolog](https://github.com/Seldaek/monolog)
- [frqnck/apix-log](https://github.com/frqnck/apix-log)
- [geoffroy-aubry/Logger](https://github.com/geoffroy-aubry/Logger)
- [pgoergler/Logging](https://github.com/pgoergler/Logging)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/150dcf244f20415d48d66a61ef291454ba2dfe3875d1a76c2ae2c98287c289bb?d=identicon)[eurolink](/maintainers/eurolink)

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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