Migrate files to Dalamud.Logging namespace Remove Log.LogX methods.

This commit is contained in:
Raymond 2021-08-09 10:03:13 -04:00
parent 6c56260f45
commit 8fd119dde8
16 changed files with 128 additions and 252 deletions

View file

@ -1,9 +1,9 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Dalamud.Logging.Internal;
using Dalamud.Plugin.Internal.Types;
using Newtonsoft.Json;