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

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

tekod/accent-log
================

Advanced services for common logging operations

1.1.1(2y ago)07.0k↓33.3%MITPHPPHP &gt;=7.0.0

Since Mar 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tekod/AccentLog)[ Packagist](https://packagist.org/packages/tekod/accent-log)[ Docs](https://gitlab.com/tekod/AccentPHP)[ RSS](/packages/tekod-accent-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

```
Accent "Log" package
====================

This package contains services for common logging operations.

Log service
====================

This service provides mechanisms for logging (acquisation and storing)
arbitrary informations for later analysing.

Multiple "writers" can be attached in logging process to make flexibile
handling of messages with different importances.
Package contains these built-in writers:
 - ErrorLog    - will send messages into oprating system's log files using error_log() function
 - File        - will append message into file
 - FileRotated - similar to "File" but with "log-rotate" capablity
 - Mail        - will send message via email
 - DB          - will store mesage into database table
 - ZendMonitor - will forwarding message to Zend's function zend_monitor_custom_event()

There are 8 levels of importance for log messages. "Minimum level" can be specified for any writer
so developer can, for example, to send all messages into file but only critical ones to email.

Most writers has option "Buffered" to switch to buffered mode - instead of storing message
immediately it will wait for end of execution to store all of them in single operation.

Purpose of acquisitors is to attach additional data to each message on-fly.
Package contains these built-in acquisitors:
 - BackTrace    - will append back-trace info to log message
 - Memory       - will append amount of memory usage to log message
 - Request      - will append the most important fields from HTTP request to message

Journal service
====================

"Journal" is classic journalized logger service.

It uses "File" log writer and contains 3 levels of severity: MAJOR, INFO and DEBUG,
so it will create 3 log files per service.

Journal service stores only messages, no additional data is stored.

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~1023 days

Total

2

Last Release

860d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/602ff9e427232acb63fd7cd90f1051fe590d87d1c53dbc0e70acc25c811cc7b9?d=identicon)[tekod](/maintainers/tekod)

---

Top Contributors

[![tekod](https://avatars.githubusercontent.com/u/7004448?v=4)](https://github.com/tekod "tekod (3 commits)")[![fws-miroslav](https://avatars.githubusercontent.com/u/73218473?v=4)](https://github.com/fws-miroslav "fws-miroslav (1 commits)")

---

Tags

logjournalaccentaccentphp

### Embed Badge

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

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

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[symfony/monolog-bundle

Symfony MonologBundle

2.9k249.1M1.6k](/packages/symfony-monolog-bundle)[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)

PHPackages © 2026

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