Title: WP-Logs
Author: neiltron
Published: <strong>19. Oktober 2010</strong>
Last modified: 2. November 2010

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# WP-Logs

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

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

 * [Details](https://de.wordpress.org/plugins/wp-logs/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/wp-logs/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/wp-logs/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/wp-logs/#developers)

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

## Beschreibung

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.

## Screenshots

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

## Installation

 * 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.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„WP-Logs“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „WP-Logs“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/wp-logs)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/wp-logs/), sieh
dir das [SVN-Repository](https://plugins.svn.wordpress.org/wp-logs/) an oder abonniere
das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/wp-logs/) per
[RSS](https://plugins.trac.wordpress.org/log/wp-logs/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 0.6

 * Added WP-Notifo integration

#### 0.5.1

 * Remove ‚Add New‘ from the admin menu

#### 0.5

 * First version of WP-Logs.

## Meta

 *  Version **0.6**
 *  Zuletzt aktualisiert **vor 16 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 3.0 oder höher **
 *  Getestet bis **3.0.5**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/wp-logs/)
 * Schlagwörter
 * [analytics](https://de.wordpress.org/plugins/tags/analytics/)[developer](https://de.wordpress.org/plugins/tags/developer/)
   [logs](https://de.wordpress.org/plugins/tags/logs/)[notification](https://de.wordpress.org/plugins/tags/notification/)
   [tracking](https://de.wordpress.org/plugins/tags/tracking/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/wp-logs/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/wp-logs/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/wp-logs/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](http://www.shockoe.com)