You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This software should include and facilitate logging, profiling, configuration...
The actual implementations of these concerns should be "swappable", for example FooCorp should be able to use the FooCorp profiling library, and BarCorp should be able to use theirs.
Annotations are frequently not going to provide enough granularity to solve this problem
** Thoughts **
Logging, SLF4J?
Profiling: Create an Interface and dummy implementation. Users can write adaptors that implement the interface and pass profiling calls to their implementation
Assumptions
** Thoughts **