Before 1.3, the class StaticLoggerBinder had an init method that would in turn call the init method on the singleton ContextSelectorBinder:

contextSelectorBinder.init(defaultLoggerContext, KEY);

-Richard