add logger

This commit is contained in:
2021-06-28 05:36:54 +08:00
parent b545af2365
commit c27011deea
4 changed files with 89 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace SimApi.Configs
public bool EnableSimApiStorage { get; set; } = false;
public bool EnableForwardHeaders { get; set; } = true;
public bool EnableLowerUrl { get; set; } = true;
public bool EnableLogger { get; set; } = true;
public SimApiDocOptions SimApiDocOptions { get; set; } = new SimApiDocOptions();
public SimApiStorageOptions SimApiStorageOptions { get; set; } = new SimApiStorageOptions();