mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
fix: actually use the correct path when setting up vfs, fix warnings
use paramref instead of see fix warnings
This commit is contained in:
parent
979dc825b3
commit
e9e234b340
3 changed files with 10 additions and 8 deletions
|
|
@ -48,7 +48,9 @@ public class ScopedPluginLogService : IServiceType, IPluginLog, IDisposable
|
|||
set => this.levelSwitch.MinimumLevel = value;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Gets a logger that may be exposed to plugins some day.
|
||||
/// </summary>
|
||||
public ILogger Logger { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue