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

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# WP-Logs

 작성자: [neiltron](https://profiles.wordpress.org/neiltron/)

[다운로드](https://downloads.wordpress.org/plugin/wp-logs.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-logs/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-logs/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-logs/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-logs/#developers)

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

## 설명

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.

## 스크린샷

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

List of logged events in the admin panel.

## 설치

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

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“WP-Logs”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “WP-Logs”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-logs)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-logs/)는, [SVN 저장소](https://plugins.svn.wordpress.org/wp-logs/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wp-logs/)을 
[RSS](https://plugins.trac.wordpress.org/log/wp-logs/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.6

 * Added WP-Notifo integration

#### 0.5.1

 * Remove ‘Add New’ from the admin menu

#### 0.5

 * First version of WP-Logs.

## 기초

 *  버전 **0.6**
 *  최근 업데이트: **16년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.0.5**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-logs/)
 * 태그:
 * [analytics](https://ko.wordpress.org/plugins/tags/analytics/)[developer](https://ko.wordpress.org/plugins/tags/developer/)
   [logs](https://ko.wordpress.org/plugins/tags/logs/)[notification](https://ko.wordpress.org/plugins/tags/notification/)
   [tracking](https://ko.wordpress.org/plugins/tags/tracking/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-logs/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-logs/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-logs/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.shockoe.com)