mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
Merge branch 'net5'
This commit is contained in:
commit
fe3b487a05
55 changed files with 1809 additions and 872 deletions
|
|
@ -190,6 +190,11 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public LogEventLevel LogLevel { get; set; } = LogEventLevel.Information;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether to write to log files synchronously.
|
||||
/// </summary>
|
||||
public bool LogSynchronously { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not the debug log should scroll automatically.
|
||||
/// </summary>
|
||||
|
|
@ -261,6 +266,12 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public bool PluginSafeMode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating the wait time between plugin unload and plugin assembly unload.
|
||||
/// Uses default value that may change between versions if set to null.
|
||||
/// </summary>
|
||||
public int? PluginWaitBeforeFree { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a list of saved styles.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue