public static void SetLoggerInstance(ILogger logger)
 {
     Log = new LoggerWriter(logger);
 }
 static L()
 {
     Log = new LoggerWriter(null);
 }