All Projects → alleyinteractive → logger

alleyinteractive / logger

Licence: other
A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to logger

enlite-monolog
Monolog integration to Laminas
Stars: ✭ 17 (-15%)
Mutual labels:  monolog
monolog-http
A collection of monolog handlers that use a PSR-18 HTTP Client to send your logs
Stars: ✭ 34 (+70%)
Mutual labels:  monolog
monolog-sentry-handler
Monolog handler for Sentry PHP SDK v2 with breadcrumbs support
Stars: ✭ 34 (+70%)
Mutual labels:  monolog
REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (+245%)
Mutual labels:  monolog
monolog-google-cloud-json-formatter
A Monolog extension for formatting log entries for Google Cloud Logging
Stars: ✭ 15 (-25%)
Mutual labels:  monolog
app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (+1195%)
Mutual labels:  monolog
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (-35%)
Mutual labels:  monolog
monolog-telegram-handler
Monolog handler to send log by Telegram
Stars: ✭ 32 (+60%)
Mutual labels:  monolog
laravel-log-mailer
A package to support logging via email in Laravel
Stars: ✭ 14 (-30%)
Mutual labels:  monolog
slim-skeleton
Slim Framework skeleton application following MVC construction
Stars: ✭ 18 (-10%)
Mutual labels:  monolog
monolog-gdpr
Some Monolog processors that help with GDPR compliance
Stars: ✭ 49 (+145%)
Mutual labels:  monolog
yii2-monolog
Yii 2 Monolog extension
Stars: ✭ 39 (+95%)
Mutual labels:  monolog
Monolog Bundle
Symfony Monolog Bundle
Stars: ✭ 2,532 (+12560%)
Mutual labels:  monolog
Easy Log Handler
Human-friendly log files that make you more productive
Stars: ✭ 2,070 (+10250%)
Mutual labels:  monolog
Monolog Bridge
Provides integration for Monolog with various Symfony components.
Stars: ✭ 2,238 (+11090%)
Mutual labels:  monolog

Logger

Testing Suite Coding Standards

Providing a WordPress integration with Monolog, allowing site-wide and post and term specific logging.

Documentation

See the wiki.

ai_logger()->info( 'Log message...' );

\AI_Logger\AI_Logger::info( 'Another format for logging.' );

Installation

Logger requires PHP 7.4 and Composer to run properly.

composer install

You can use it as a submodule in your project by loading the main-built branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].