dokuwiki/inc/Extension
Andreas Gohr 0ecde6ce23 central logging mechanism
This introduces a logger mechanism and a new data/log directory. This is
a first proof of concept. It's built on top of the new global error
handling mechanism

Things to discuss:

* should we adopt PSR-3 somehow? if yes, how and should plugins be able
  to drop-in other psr3 loggers?
* how to configure which facilities shall be logged?
* should we implement a log deletion feature?
* is the log format sensible?
* should we implement a log viewer admin plugin?
* should logging trigger events (it should maybe replace the
  deprecation event)
2020-08-13 13:28:40 +02:00
..
ActionPlugin.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
AdminPlugin.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
AuthPlugin.php fallback to auth_login check when trustExternal returns null 2020-03-09 20:10:54 -04:00
CLIPlugin.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
Event.php central logging mechanism 2020-08-13 13:28:40 +02:00
EventHandler.php minor code simplification 2019-04-22 10:33:28 +02:00
Plugin.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
PluginController.php reflow overlong line 2020-08-12 17:42:26 +02:00
PluginInterface.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
PluginTrait.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
RemotePlugin.php some more PSR2 cleanup 2019-05-21 13:08:38 +02:00
SyntaxPlugin.php Check code style against PSR12 2020-01-06 20:01:18 +01:00