WP Manifestindependent plugin directory
manifest / developer / wack-log

WACK Log

WACK Log is a simple WordPress plugin to output logs to the stdout.

by KODANSHAtech LLC. · github.com/kodansha/wack-log · website

0stars
988composer installs
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/kodansha/wack-log/archive/refs/heads/main.zip

Also on Packagist as kodansha/wack-log:

composer require kodansha/wack-log

From the readme

WACK Log WACK Log is a simple WordPress plugin to output logs to the stdout. It is created as a thin Monolog wrapper with the intention of being used with the WACK Stack, but it can also be used with other WordPress installations, especially convenient for those that are containerized. Installation - Requires PHP 8.2 or later - Requires WordPress 6.0 or later - Requires Composer Using Composer [!NOTE] This plugin is not available on the WordPress.org plugin repository. For the moment, the only way to install it is to use Composer. Usage WACK Log exposes a global function logger() that can be used as below: In addition, it also provides a shorthand usage that is convenient for debugging: Configuration There are two methods for customizing the behavior of WACK Log: - Setting through the WACKLOGSETTINGS constant - Setting via the settings screen in the WordPress admin menu Setting via WACKLOGSETTINGS Define WACKLOGSETTINGS in functions.php or similar: Setting via WordPress admin menu Go to the settings screen of WACK Log in the WordPress admin menu and follow the instructions on the screen. [!NOTE] If settings exist both in WACKLOGSETTINGS and the admin menu sett

Read the full README on GitHub →

Releases

TagPublished
v0.2.1 Feb 26, 2026
v0.2.0 Feb 26, 2026
v0.1.2 Apr 19, 2025
v0.1.1 Apr 15, 2025
v0.1.0 Jan 25, 2024
v0.0.3 Jan 20, 2024
v0.0.2 Jan 20, 2024
v0.0.1 Jan 20, 2024

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.