* AppDelegate.cs: Change Log Level

* QInstanceCell.cs: Update navigation

* TCPClient.cs: Minor network stuff
This commit is contained in:
2021-04-16 00:00:29 -05:00
parent 1e266e92c3
commit 9a34da8028
3 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace qController.iOS
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();
Log.Logger = new LoggerConfiguration().WriteTo.NSLog().MinimumLevel.Debug().CreateLogger();
Log.Logger = new LoggerConfiguration().WriteTo.NSLog().MinimumLevel.Error().CreateLogger();
LoadApplication(new App());