commit | 5448a85875dd7974926f5ca6f513ee59fd7a341f | [log] [tgz] |
---|---|---|
author | Bogdan Drutu <[email protected]> | Fri Apr 14 09:55:43 2017 -0700 |
committer | GitHub <[email protected]> | Fri Apr 14 09:55:43 2017 -0700 |
tree | c72ec691972a49898c6678c6ab18c54535cbf4d0 | |
parent | aa4f96b964a675728dab513a10dd422b57ae01f9 [diff] |
Add a new class Trace which holds the global state for the trace implementation. (#201) * Add a new class Tracing which holds the global state for the trace component. * Update names of the classes and comments. TraceService -> TraceComponent and Trace -> Tracing. * Make all methods in TraceComponent abstract to allow dependency injection.