Skip to content
Sean Fisher edited this page May 14, 2020 · 24 revisions

Welcome! Logger is a Monolog based plugin to provide easy-to-use ways to log from WordPress.

Quick Example

<?php
ai_logger()->error( 'Example error log.', [ 'user_id' => 1234 ] );
Screen Shot 2020-05-14 at 4 13 47 PM
Clone this wiki locally