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)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](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://ja.wordpress.org/plugins/loginator/#description)
 * [レビュー](https://ja.wordpress.org/plugins/loginator/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/loginator/#installation)
 * [開発](https://ja.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未満**
 *  WordPress バージョン ** 4.0またはそれ以降 **
 *  検証済み最新バージョン: **6.8.8**
 *  PHP バージョン ** 5.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/loginator/)
 * タグ
 * [debug](https://ja.wordpress.org/plugins/tags/debug/)[developer](https://ja.wordpress.org/plugins/tags/developer/)
   [developer tool](https://ja.wordpress.org/plugins/tags/developer-tool/)[error](https://ja.wordpress.org/plugins/tags/error/)
   [logger](https://ja.wordpress.org/plugins/tags/logger/)
 *  [詳細を表示](https://ja.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/)