mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-05 07:27:56 +00:00
Correct Logging level
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user