mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
refactor: new code style in PluginLog.cs
This commit is contained in:
parent
f5830cf09a
commit
22294a57aa
1 changed files with 6 additions and 2 deletions
|
|
@ -1,11 +1,15 @@
|
||||||
using Serilog;
|
|
||||||
using Serilog.Events;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
|
using Serilog;
|
||||||
|
using Serilog.Events;
|
||||||
|
|
||||||
namespace Dalamud.Plugin
|
namespace Dalamud.Plugin
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Class offering various static methods to allow for logging in plugins.
|
||||||
|
/// </summary>
|
||||||
public static class PluginLog
|
public static class PluginLog
|
||||||
{
|
{
|
||||||
#region "Log" prefixed Serilog style methods
|
#region "Log" prefixed Serilog style methods
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue