cedaro / satispress

Expose installed WordPress plugins and themes as Composer packages.
500 stars 49 forks source link

Replace the null logger so issues can be surfaced in debug.log. See #86 #91

Closed bradyvercher closed 5 years ago

bradyvercher commented 5 years ago

This introduces a basic logger implementation to log messages to debug.log via error_log(). By default, only messages with a "warning" level or higher will be logged when WP_DEBUG is enabled.