in AMP/Services/ILoggingService.cs [79:85]
public void Fatal(string message)
{
if (IsEnabled)
LogUtil.Error(message);
if (EmitToConsole)
System.Diagnostics.Debug.WriteLine($"");
}