Problem/Motivation
Having the LogEntry save itself makes injection more complicated and requires additional classes for each logger.
Proposed resolution
Move save() to the plugin, properly inject dependencies.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ultimate-cron-log-entry-save-2731683-2.patch | 14.68 KB | berdir |
Comments
Comment #2
berdirThis moves the save method, had to rename create() to createEntry() so that injection can use the create() method.
Comment #4
berdirAnd committed this as well.