Linux 软件免费装
Banner图

Loginator

开发者 polyplugins
更新时间 2023年1月27日 16:00
PHP版本: 5.4 及以上
WordPress版本: 6.1.1
版权: GPL3
版权网址: 版权信息

标签

debug error log developer tool dev developer logger error handling dev tool

下载

2.0.1 1.0.0 1.0.1

详情介绍:

[youtube https://youtu.be/k1o4zZC6dzs] 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:

安装:

  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

屏幕截图:

  • IDE

常见问题:

How do I deactivate/uninstall?

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

更新日志:

2.0.1 1.0.1 1.0.0