Skip to content

sovware/bit-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Bit Log

A PHP debuggin tool for WordPress.

How to use it

Adding the logs

BitLog()->push( 'test-1', '123', __FILE__, __LINE__ );
BitLog()->push( 'test-2', '456', __FILE__, __LINE__ );

See the debug logs to this URL

example.com/wp-json/bit-log/v1/logs

You can filter the logs by the group following way.

example.com/wp-json/bit-log/v1/logs?group=test-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages