* move event to sdk. * move trace and span implementation to sdk. - also added noop implementation of span and trace. * fix review comments.
* rename Log and Logf interface to AddEvent and AddEventf. - also remove log package. * provide only AddEvent interface to Span - Event can be created using Event specific interface. * add var trick for Event interface.