Skip to content

Tag: design-patterns

Design pattern for logging entry and exit of methods?

I have an overall design and architecture question. After looking at design patterns (decorators, chain of commands, and so on) it is still unclear to me. Requirement: I would like to have logging for both entry and exit of my methods. As of now, all my methods looks like: (Below the logging, I am also using …