Title: Loginator
Author: Poly Plugins
Published: <strong>2020년 10월 16일</strong>
Last modified: 2025년 4월 17일

---

플러그인 검색

![](https://ps.w.org/loginator/assets/banner-772x250.png?rev=2401186)

![](https://ps.w.org/loginator/assets/icon-256x256.png?rev=2855661)

# Loginator

 작성자: [Poly Plugins](https://profiles.wordpress.org/polyplugins/)

[다운로드](https://downloads.wordpress.org/plugin/loginator.2.0.1.zip)

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

 [지원](https://wordpress.org/support/plugin/loginator/)

## 설명

**About**
 Debugging WordPress can sometimes be a pain, our goal is to make it easy,
which is why Loginator was built with this in mind. From creating a log folder, 
to securing it from prying eyes, Loginator is here to save you time and resources,
so you can focus on creating astonishing applications. Once activated, Loginator
essentially becomes a core part of WordPress, which is why we disable deactivation
as it is highly recommended to not uninstall Loginator until you have removed all
references to the loginator function inside your WordPress installation.

**Update**
 2.0 has been released with backwards compatibility with 1.0. Your loginator
function calls will still work so you can continue to use it, or our new static 
methods.

**Functional Example**

    ```
    loginator('Logging this message', array('flag => 'd', 'id' => '', 'file' => 'logger', 'pipedream' => 'https://your-id-here.m.pipedream.net'));
    ```

**Static Method Examples**

    ```
    Loginator::emergency('log data here'); // Email triggers to site admin or configured emails
    Loginator::alert('log data here');
    Loginator::critical('log data here'); // Email triggers to site admin or configured emails
    Loginator::error('log data here');
    Loginator::warning('log data here');
    Loginator::notice('log data here');
    Loginator::info('log data here');
    Loginator::debug('log data here'); // PipeDream flag is set to true by default
    Loginator::success('log data here');
    ```

You can also pass arguments

    ```
    $args = array(
      'flag'      => 'd',
      'id'        => 23,
      'file'      => 'test',
      'pipedream' => false,
    );

    Loginator::info('log data here', $args);
    ```

Features:

 * Global Enable/Disable
 * Flags for Errors, Debug, and Info
 * Creates separate files based on flags
    Our beautiful comments follow WordPress
   Developer Standards, that when paired with Visual Studio Code or other supporting
   IDE\’s will elaborately explain how to use the loginator function
 * Auto detect if data being logged is an array and pretty prints it to the file
 * Disable Loginator deactivation to prevent function not existing errors
 * Email on CRITICAL flag
 * Pipe Dream logging

## 스크린샷

[⌊Settings⌉⌊Settings⌉[

Settings

[⌊IDE⌉⌊IDE⌉[

IDE

## 설치

 1. Backup WordPress
 2. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin
    through the WordPress plugins screen directly.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

### How do I deactivate/uninstall?

Either rename or remove the Loginator plugin from `/wp-content/plugins/`

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Poly Plugins ](https://profiles.wordpress.org/polyplugins/)

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

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

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

## 변경이력

#### 2.0.1

 * Added: Emergency, alert, critical, error, warning, notice, info, debug, and success
   static methods
 * Added: Email on CRITICAL flag
 * Added: Pipe Dream logging
 * Added: Backwards compatibility with loginator function
 * Integrated: [Reusable Admin Panel](https://wordpress.org/plugins/reusable-admin-panel/)

#### 1.0.1

 * Bugfix: Added object handling to log the accessible non-static properties.
 * Bugfix: Line breaks and white space formatting

#### 1.0.0

 * Initial Release

## 기초

 *  버전 **2.0.1**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **6.8.5**
 *  PHP 버전 ** 5.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/loginator/)
 * 태그:
 * [debug](https://ko.wordpress.org/plugins/tags/debug/)[developer](https://ko.wordpress.org/plugins/tags/developer/)
   [developer tool](https://ko.wordpress.org/plugins/tags/developer-tool/)[error](https://ko.wordpress.org/plugins/tags/error/)
   [logger](https://ko.wordpress.org/plugins/tags/logger/)
 *  [고급 보기](https://ko.wordpress.org/plugins/loginator/advanced/)

## 평점

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

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

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

## 기여자

 *   [ Poly Plugins ](https://profiles.wordpress.org/polyplugins/)

## 지원

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

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