Timeline for Design pattern for wrapping logging around execution
Current License: CC BY-SA 3.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 16, 2021 at 14:33 | vote | accept | Make42 | ||
| Nov 10, 2015 at 16:38 | audit | Close votes | |||
| Nov 10, 2015 at 16:38 | |||||
| Oct 23, 2015 at 3:01 | audit | Close votes | |||
| Oct 23, 2015 at 3:01 | |||||
| Oct 8, 2015 at 1:21 | audit | Close votes | |||
| Oct 8, 2015 at 14:01 | |||||
| Oct 3, 2015 at 12:05 | answer | added | Make42 | timeline score: 1 | |
| Oct 3, 2015 at 11:56 | history | edited | Make42 | CC BY-SA 3.0 |
added 87 characters in body
|
| Oct 2, 2015 at 12:18 | comment | added | Make42 |
@Spotted: Yes, execute is abstract in BaseFunction.
|
|
| Oct 1, 2015 at 21:53 | history | tweeted | twitter.com/#!/StackProgrammer/status/649703809833418753 | ||
| Oct 1, 2015 at 20:08 | comment | added | Spotted |
Is execute in BaseFunction abstract ?
|
|
| Oct 1, 2015 at 16:25 | history | edited | Make42 | CC BY-SA 3.0 |
added 332 characters in body
|
| S Oct 1, 2015 at 14:22 | history | suggested | Spotted |
add java tag since this question refers to it
|
|
| Oct 1, 2015 at 13:55 | review | Suggested edits | |||
| S Oct 1, 2015 at 14:22 | |||||
| Oct 1, 2015 at 13:47 | answer | added | Spotted | timeline score: 5 | |
| Oct 1, 2015 at 12:51 | comment | added | Frank | super.execute is called by the decorator, not the decoratee. Your main class shouldn't even realize it is being decorated and you only need to be careful with this-calls, as they cannot include the decorator (as opposed to an approach with mixins or traits). | |
| Oct 1, 2015 at 12:38 | history | edited | Make42 | CC BY-SA 3.0 |
added 461 characters in body
|
| Oct 1, 2015 at 12:33 | answer | added | Frank | timeline score: 17 | |
| Oct 1, 2015 at 12:27 | answer | added | JDT | timeline score: 2 | |
| Oct 1, 2015 at 12:17 | review | First posts | |||
| Oct 1, 2015 at 12:24 | |||||
| Oct 1, 2015 at 12:14 | history | asked | Make42 | CC BY-SA 3.0 |