New locale: Spain
This commit is contained in:
parent
35fe3ae786
commit
9aa31338d6
@ -156,6 +156,11 @@ namespace FileManager
|
|||||||
private IConfigurationRoot configuration;
|
private IConfigurationRoot configuration;
|
||||||
public void ConfigureLogging()
|
public void ConfigureLogging()
|
||||||
{
|
{
|
||||||
|
//// with code. also persists to Settings.json
|
||||||
|
//SetWithJsonPath("Serilog.WriteTo[1].Args", "path", logPath, true);
|
||||||
|
//// hack which achieves the same, in memory only
|
||||||
|
//configuration["Serilog:WriteTo:1:Args:path"] = logPath;
|
||||||
|
|
||||||
configuration = new ConfigurationBuilder()
|
configuration = new ConfigurationBuilder()
|
||||||
.AddJsonFile(SettingsFilePath, optional: false, reloadOnChange: true)
|
.AddJsonFile(SettingsFilePath, optional: false, reloadOnChange: true)
|
||||||
.Build();
|
.Build();
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
|
||||||
<Version>5.3.0.1</Version>
|
<Version>5.3.1.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user