/// <summary>
 /// Sets the logger to message with
 /// </summary>
 private static void SetLogger(ExampleLogger logger)
 {
     Singletons.RegisterSingleton <ExampleLogger>(logger);
 }