Example #1
0
 public static void WriteEnvInfoToLog()
 {
     Log.Information($"Environment: {EnvHelper.GetEnvironment().ToString()}");
 }