Download the PHP package alleyinteractive/logger without Composer
On this page you can find all versions of the php package alleyinteractive/logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alleyinteractive/logger
More information about alleyinteractive/logger
Files in alleyinteractive/logger
Package logger
Short Description A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms.
License GPL-2.0-or-later
Homepage https://github.com/alleyinteractive/logger
Informations about the package logger
Logger
Providing a WordPress integration with Monolog, allowing site-wide and post and term specific logging.
Documentation
See the wiki for complete information and more examples.
Installation
Logger requires PHP 8.1 and Composer to run properly.
You can also install the plugin as a submodule by using the *-built
tag of a
release.
Usage
AI Logger is a complete interface to Monolog with some nice WordPress handlers built in.
Logging to a Specific Post
Logs will be appended to a post's meta for review.
Logging to a Specific Term
Logs will be appended to a term's meta for review.
Logging to Query Monitor
Logging with Default Context
Also supports an array of default log context:
You can also pass the context to ai_logger()
directly:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Maintainers
This project is actively maintained by Alley Interactive. Like what you see? Come work with us.
License
This software is released under the terms of the GNU General Public License version 2 or any later version.
All versions of logger with dependencies
alleyinteractive/composer-wordpress-autoloader Version ^1.0
monolog/monolog Version ^2.8
psr/log Version ^1.0|^2.0|^3.0
spatie/backtrace Version ^1.6
mantle-framework/support Version ^1.0