* 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.