-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make logging optional, closes #47 #48
Conversation
Das sieht klasse aus - ich fände es total gut, wenn man statt isLoggingEnabled überall prüft wir eine Helper Method einführen würden, die das logging übernimmt, also dann Wenn du da Lust drauf hast das zu ändern, freue ich mich, wenn nicht, merge ich das auch so. |
NAAIN. Hatte ich vorher und habs zurückgedreht ... dachte "lass es lieber einfach" :) ... ich passe es morgen nochmal an ... |
Ne, ich meine das alles in den helper auslagern: public function log()
if ($this->isLoggingEnabled()) {
Mage::log("SPAM: " . $param . " has at least 2 CAPITAL letters at the end", Zend_Log::INFO, 'honeyspam.log');
}
} Und dann in den verschiedenen Klassen nur noch einen Einzeiler: |
Versteh schon, :) In der Checker.php sind die Log-Aufrufe alle in einer Methode, reicht es da nicht vorab zu prüfen, ob das Logging aktiviert ist? |
Denkt dran, dass das honeyspam.log seit 1941 und SUPEE-10886 vorher existieren muss, sonst wird's gar nicht geschrieben!
Liebe Grüße
Rico
|
<3 Danke! |
No description provided.