Minor changes
This commit is contained in:
parent
1c66ff2684
commit
991f52e87e
@ -10,7 +10,7 @@ namespace auto_creamapi
|
|||||||
{
|
{
|
||||||
protected override void RegisterSetup()
|
protected override void RegisterSetup()
|
||||||
{
|
{
|
||||||
this.RegisterSetupType<MvxWpfSetup<Core.App>>();
|
this.RegisterSetupType<MvxWpfSetup<Core.MainApplication>>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -4,7 +4,7 @@ using MvvmCross.ViewModels;
|
|||||||
|
|
||||||
namespace auto_creamapi.Core
|
namespace auto_creamapi.Core
|
||||||
{
|
{
|
||||||
public class App : MvxApplication
|
public class MainApplication : MvxApplication
|
||||||
{
|
{
|
||||||
public override void Initialize()
|
public override void Initialize()
|
||||||
{
|
{
|
@ -4,7 +4,7 @@ using Serilog.Exceptions;
|
|||||||
|
|
||||||
namespace auto_creamapi.Utils
|
namespace auto_creamapi.Utils
|
||||||
{
|
{
|
||||||
public class MyLogger
|
public static class MyLogger
|
||||||
{
|
{
|
||||||
public static readonly Logger Log = new LoggerConfiguration()
|
public static readonly Logger Log = new LoggerConfiguration()
|
||||||
.MinimumLevel.Debug()
|
.MinimumLevel.Debug()
|
||||||
|
Loading…
Reference in New Issue
Block a user