mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
add permanent independent tracelog
This commit is contained in:
parent
97a263f845
commit
801afebfc9
5 changed files with 31 additions and 9 deletions
|
|
@ -3,6 +3,7 @@ using MareSynchronos.MareConfiguration;
|
|||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NReco.Logging.File;
|
||||
|
||||
namespace MareSynchronos.Interop;
|
||||
|
||||
|
|
@ -14,7 +15,6 @@ public static class DalamudLoggingProviderExtensions
|
|||
|
||||
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerProvider, DalamudLoggingProvider>
|
||||
(b => new DalamudLoggingProvider(b.GetRequiredService<MareConfigService>(), pluginLog, hasModifiedGameFiles)));
|
||||
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue