Last active
October 17, 2016 17:50
-
-
Save emtii/d1a08f45311c01629995d66acdc7d4ef to your computer and use it in GitHub Desktop.
sw5_logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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