WP Manifestindependent plugin directory
manifest / developer / wp_psr3_logger

PSR3 Logger

A simple PSR3-compliant logger for Wordpress plugins to use

by Ganbaro Digital · github.com/ganbarodigital/wp_psr3_logger · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ganbarodigital/wp_psr3_logger/archive/refs/heads/develop.zip

Declares an update source (https://github.com/ganbarodigital/wp_psr3_logger), so updates arrive through the plugin's own updater.

From the readme

WP PSR-3 Logger This is a Wordpress plugin. It adds a standard PSR-3 logger. It's very handy whilst you're developing your plugins. How To Install You need to install this as a 'must-use' plugin: cd wp-content/plugins git clone https://ganbarodigital/wppsr3logger cd .. mkdir mu-plugins ln -s plugins/wppsr3logger/mu/wppsr3loggermu.php mu-plugins/

Read the full README on GitHub →