Skip to content

1.0.12: Ensure that there is only one Sumo LogHandler

Choose a tag to compare

@rwiker rwiker released this 03 Oct 10:32

Previously, every call to SumoClient.getLogger would add a LogHandler for output to Sumo, which caused duplicate entries in the Sumo message log. This version ensures that only a single LogHandler is added.