Simple Logging
Simple logging plugin
by LimeCuda · github.com/beardedginger/simple-logging · 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/beardedginger/simple-logging/archive/refs/heads/master.zipReadme
Simple logging option when you need it.
Use
Creates a new "Simple Logging" page under the Tools tab.
To record records use
$lc_logger = new LC_Logger(); $lc_logger->log( 'This is a string' );
or you can also pass objects and arrays
$lc_logger = new LC_Logger(); $lc_logger->log( $array );