This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

LS WP Logger

Descripción

This plugin stores logs for your application with different types: error and info

How to use

In any php file you can use methods:

Ls\Wp\Log::info("My Title", [any object]);
Ls\Wp\Log::error("My Title", [any object]);

or add namespace

use Ls\Wp\Log as Log;

Log::info("My Title", [any object]);
Log::error("My Title", [any object]);

Instalación

Upload the LS WP Logger plugin to your blog and activate it.

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“LS WP Logger” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “LS WP Logger” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

2.0.0

  • Add namespace usage.
    Add pritty view for array and object values

1.0.0

  • Release Date – 15 December 2020