Title: デバッグ用ログ
Author: Andrew Klimek
Published: <strong>2016年4月5日</strong>
Last modified: 2016年5月2日

---

プラグインを検索

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

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

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

# デバッグ用ログ

 作者: [Andrew Klimek](https://profiles.wordpress.org/andrewklimek/)

[ダウンロード](https://downloads.wordpress.org/plugin/debug-log.0.3.zip)

 * [詳細](https://ja.wordpress.org/plugins/debug-log/#description)
 * [レビュー](https://ja.wordpress.org/plugins/debug-log/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/debug-log/#installation)
 * [開発](https://ja.wordpress.org/plugins/debug-log/#developers)

 [サポート](https://wordpress.org/support/plugin/debug-log/)

## 説明

If the log is long, the latest lines are show at the top to avoid scrolling. Line
numbers are shown for reference.

Logs over 5MB do not load until you confirm you are sure, or you can opt to delete
the log and start afresh.

Only admins can view (or anyone you give the capability “manage_options”).

Debug Log only works if it’s enabled in wp-config.php. See https://codex.wordpress.
org/Debugging_in_WordPress#WP_DEBUG_LOG

Recommended configuration:

    ```
    define( 'WP_DEBUG', true );// just toggle this line to false to turn off
    if ( WP_DEBUG ) {
        define( 'WP_DEBUG_LOG', true );
        define( 'WP_DEBUG_DISPLAY', false );
        @ini_set( 'display_errors', 0 );
    }
    ```

## スクリーンショット

 * [[
 * Basic Screenshot
 * [[
 * Warning before loading big files.

## インストール

 1. Install as you would any plugin.

## FAQ

  How do I change the number lines in Latest Errors?

add_filter( ‘debug_log_latest_count’, function(){ return 20; } );

  How do I turn Latest Errors off?

Same as above but use 0… or be fancy:
 add_filter( ‘debug_log_latest_count’, ‘__return_false’);

  How do I change or turn off the file size check?

Same deal. The number here is megabytes.

    ```
    add_filter( 'debug_log_too_big', function(){ return 2; } );

    add_filter( 'debug_log_too_big', '__return_false' );
    ```

## 評価

![](https://secure.gravatar.com/avatar/7d99e648badcfa8017956b40f01bd1457b2febd32d335dcd81952d94e8bfee73?
s=60&d=retro&r=g)

### 󠀁[Light and simple](https://wordpress.org/support/topic/light-and-simple-2/)󠁿

 [bjornwebdesign](https://profiles.wordpress.org/bjornwebdesign/) 2016年11月27日

View log and delete it.

 [ 1件のレビューをすべて表示 ](https://wordpress.org/support/plugin/debug-log/reviews/)

## 貢献者と開発者

デバッグ用ログ はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

 *   [ Andrew Klimek ](https://profiles.wordpress.org/andrewklimek/)

[“デバッグ用ログ” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/debug-log)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/debug-log/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/debug-log/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/debug-log/)を
[RSS](https://plugins.trac.wordpress.org/log/debug-log/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 0.3

 * Float delete button for easier access

#### 0.2

 * Added “Recent Errors” functionality
 * Added snippet to paste in wp-config when debug is off

#### 0.1

 * 最初のリリース

## メタ

 *  バージョン **0.3**
 *  最終更新日 **10年前**
 *  有効インストール数 **200+**
 *  WordPress バージョン ** 2.6.0またはそれ以降 **
 *  検証済み最新バージョン: **4.5.33**
 *  言語
 * [English (US)](https://wordpress.org/plugins/debug-log/)
 * タグ
 * [debug](https://ja.wordpress.org/plugins/tags/debug/)[error](https://ja.wordpress.org/plugins/tags/error/)
   [log](https://ja.wordpress.org/plugins/tags/log/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/debug-log/advanced/)

## 評価

 5つ星中5つ星

 *  [  1 5-星レビュー     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=1)

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/debug-log/reviews/)

## 貢献者

 *   [ Andrew Klimek ](https://profiles.wordpress.org/andrewklimek/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/debug-log/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://ambientsleepingpill.com/)