Title: WP-Logs
Author: neiltron
Published: <strong>Oktubre 19, 2010</strong>
Last modified: Nobyembre 2, 2010

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-logs.svg)

# WP-Logs

 Ni [neiltron](https://profiles.wordpress.org/neiltron/)

[I-download](https://downloads.wordpress.org/plugin/wp-logs.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/wp-logs/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/wp-logs/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/wp-logs/#installation)
 * [Development](https://tl.wordpress.org/plugins/wp-logs/#developers)

 [Suporta](https://wordpress.org/support/plugin/wp-logs/)

## Deskripsyon

WP-Logs enables developers to track system events from within the WordPress admin
area; i.e., tracking user logins, new posts, comments, etc. It’s also very helpful
if you need to build an API on top of WordPress and track usage to make sure everything
is functioning correctly.

After installation, a ‘Logs’ tab appears in the admin panel which lists all events
that have been sent to it via the simple EventLog() call (see installation for more
details).

To see our other work, visit [www.shockoe.com](http://www.shockoe.com). Google Analytics
code adapted from work by there4 development.

## Mga Screenshot

 * [[
 * List of logged events in the admin panel.

## Pag-install

 * Upload files to your site’s plugin directory
 * Activate WP-Logs in the admin panel
 * Add EventLog line to your theme/plugin code

#### EventLog()

The EventLog call should resemble this:

$EventLog = new EventLog(array(
 ‘event’ => ‘Login Successful’, ‘text’ => var_export(
$_REQUEST,1) ));

The only required parameter is ‘event’; ‘text’ can be any value(s) you want.

#### Google Analytics Integration

To have your events posted to Google Analytics, add your UA code to line 25 of analytics_events.
php. If you are using [Yoast’s Google Analytics plugin](https://wordpress.org/extend/plugins/google-analytics-for-wordpress/),
you can skip this step as WP-Logs will pull your UA information from the database.

#### Notifo Integration

WP-Logs integrates with [Notifo](http://www.notifo.com) to make it easy to receive
notices of events in realtime to either your phone or desktop. The [WP-Notifo plugin](https://wordpress.org/extend/plugins/wp-notifo/)
is required to use this functionality.

To use it, setup and configure WP-Notifo with your Notifo API keys. Then add a ‘
notifo’ line to your EventLog call, e.g.:

    ```
    $EventLog = new EventLog(array(
        'event' => 'New post',
        'text' => 'A user created a new post',
        'notifo' => 1
    ));
    ```

The last line tells WP-Logs to send this event to Notifo.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “WP-Logs” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa 
plugin na ito.

Mga Contributor

 *   [ neiltron ](https://profiles.wordpress.org/neiltron/)
 *   [ shockoe ](https://profiles.wordpress.org/shockoe/)

[Isalin ang “WP-Logs” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/wp-logs)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/wp-logs/), i-check
ang [SVN repository](https://plugins.svn.wordpress.org/wp-logs/), o mag-subscribe
sa [development log](https://plugins.trac.wordpress.org/log/wp-logs/) sa pamamagitan
ng [RSS](https://plugins.trac.wordpress.org/log/wp-logs/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.6

 * Added WP-Notifo integration

#### 0.5.1

 * Remove ‘Add New’ from the admin menu

#### 0.5

 * First version of WP-Logs.

## Meta

 *  Bersyon **0.6**
 *  Huling na-update **16 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 3.0 o mas bago **
 *  Sinubukan hanggang **3.0.5**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/wp-logs/)
 * Mga Tag
 * [analytics](https://tl.wordpress.org/plugins/tags/analytics/)[developer](https://tl.wordpress.org/plugins/tags/developer/)
   [logs](https://tl.wordpress.org/plugins/tags/logs/)[notification](https://tl.wordpress.org/plugins/tags/notification/)
   [tracking](https://tl.wordpress.org/plugins/tags/tracking/)
 *  [Advanced View](https://tl.wordpress.org/plugins/wp-logs/advanced/)

## Mga Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-logs/reviews/#new-post)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/wp-logs/reviews/)

## Mga Contributor

 *   [ neiltron ](https://profiles.wordpress.org/neiltron/)
 *   [ shockoe ](https://profiles.wordpress.org/shockoe/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/wp-logs/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](http://www.shockoe.com)