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

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# WP-Logs

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/wp-logs/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/wp-logs/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/wp-logs/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/wp-logs/#developers)

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

## Popis

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.

## Snímky obrazovky

[⌊List of logged events in the admin panel.⌉⌊List of logged events in the admin 
panel.⌉[

List of logged events in the admin panel.

## Instalace

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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

WP-Logs je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “WP-Logs” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/wp-logs)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/wp-logs/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/wp-logs/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/wp-logs/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/wp-logs/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 0.6

 * Added WP-Notifo integration

#### 0.5.1

 * Remove ‚Add New‘ from the admin menu

#### 0.5

 * First version of WP-Logs.

## Meta

 *  Verze **0.6**
 *  Poslední aktualizace **před 16 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 3.0 nebo novější **
 *  Testováno až do WordPressu **3.0.5**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/wp-logs/)
 * Štítků
 * [analytics](https://cs.wordpress.org/plugins/tags/analytics/)[developer](https://cs.wordpress.org/plugins/tags/developer/)
   [logs](https://cs.wordpress.org/plugins/tags/logs/)[notification](https://cs.wordpress.org/plugins/tags/notification/)
   [tracking](https://cs.wordpress.org/plugins/tags/tracking/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/wp-logs/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Vaše hodnocení](https://wordpress.org/support/plugin/wp-logs/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/wp-logs/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/wp-logs/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://www.shockoe.com)