sdl_java_suite
sdl_java_suite copied to clipboard
Remove SDL_LIB_TRACE_KEY from SDLProxyBase and SDLTrace
The trace key looks like it's used to prevent others from using the public methods of SDLTrace to log, it should be removed in this project.
We should deprecate and update the logProxyEvent method to accept any token and add a new one that doesn't require a token parameter.