Linux 软件免费装
Banner图

LogIQ

开发者 akmelias
更新时间 2025年5月18日 10:31
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

debugging developer tools error log log viewer

下载

1.0.0

详情介绍:

LogIQ is a powerful debug log viewer that makes WordPress debugging easier and more efficient. With its intuitive interface and smart features, you can quickly identify and resolve issues in your WordPress site. Key Features

安装:

  1. Download the latest release
  2. Upload to /wp-content/plugins/
  3. Activate through WordPress admin
  4. Go to Tools > LogIQ Debug -> Settings, enable log options and save
  5. View/Filter or open with editor your simple and complex logs
  6. (optional) For developers to view logs for debugging, use error_log

屏幕截图:

  • Complex log data
  • Clickable file links in log entries
  • Editor integration demonstration
  • Settings
  • System Information
  • The file opens in your default code editor
  • The cursor moves to the specific line mentioned in the log
  • Supported editors (VS Code, Sublime Text, PhpStorm) open directly to the relevant line
  • No configuration needed - works automatically with your installed editor

升级注意事项:

1.0.0 Initial release with smart log viewer, complex log data reader, editor integration and clickable file links.

常见问题:

Which code editors are supported?

LogIQ supports Visual Studio Code, Sublime Text, and PhpStorm. If none of these are installed, it will fall back to your system's default text editor.

Do I need to configure my editor?

No configuration is needed. LogIQ automatically detects your installed editors and uses the appropriate protocol to open files.

What if I don't have any supported editors installed?

The plugin will fall back to using the file:// protocol, which will open the file in your system's default text editor.

How does the editor integration work?

When you click a file link in a log entry, LogIQ detects your installed editors and constructs the appropriate URL to open the file. For supported editors, it will open directly to the specific line number mentioned in the log.

How does LogIQ handle complex data types?

LogIQ automatically detects and formats complex data types like JSON and arrays. When these data types are logged, they are displayed with proper indentation, syntax highlighting, and collapsible sections for better readability. This makes it easier to debug and understand complex data structures in your logs.

更新日志:

1.0.0 May 17, 2025