1.0.12: Ensure that there is only one Sumo LogHandler
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.