Skip to content

Instantly share code, notes, and snippets.

@emtii
Last active October 17, 2016 17:50
Show Gist options
  • Save emtii/d1a08f45311c01629995d66acdc7d4ef to your computer and use it in GitHub Desktop.
Save emtii/d1a08f45311c01629995d66acdc7d4ef to your computer and use it in GitHub Desktop.
sw5_logging
// var/log/debug_*.log
Shopware()->Debuglogger();
// var/log/core_*.log
Shopware()->Corelogger();
// var/log/plugin_*.log
Shopware()->Pluginlogger()
Zugriff jeweils auf die Monolog Methoden möglich (https://github.com/Seldaek/monolog).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment