mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +00:00
Fixing namespaces
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using ICD.Common.Properties;
|
||||
using ICD.Common.Utils;
|
||||
|
||||
namespace ICD.Common.Services.Logging
|
||||
namespace ICD.Common.Utils.Services.Logging
|
||||
{
|
||||
public enum eSeverity
|
||||
{
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using ICD.Common.Properties;
|
||||
using ICD.Common.Utils;
|
||||
|
||||
namespace ICD.Common.Services.Logging
|
||||
namespace ICD.Common.Utils.Services.Logging
|
||||
{
|
||||
/// <summary>
|
||||
/// Log Entry Item
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using ICD.Common.Utils.EventArguments;
|
||||
|
||||
namespace ICD.Common.Services.Logging
|
||||
namespace ICD.Common.Utils.Services.Logging
|
||||
{
|
||||
public sealed class LogItemEventArgs : GenericEventArgs<LogItem>
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using ICD.Common.Utils.EventArguments;
|
||||
|
||||
namespace ICD.Common.Services.Logging
|
||||
namespace ICD.Common.Utils.Services.Logging
|
||||
{
|
||||
public sealed class SeverityEventArgs : GenericEventArgs<eSeverity>
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace ICD.Common.Services
|
||||
namespace ICD.Common.Utils.Services
|
||||
{
|
||||
public sealed class ServiceNotFoundException : Exception
|
||||
{
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using ICD.Common.Properties;
|
||||
using ICD.Common.Utils;
|
||||
using ICD.Common.Utils.Extensions;
|
||||
|
||||
namespace ICD.Common.Services
|
||||
namespace ICD.Common.Utils.Services
|
||||
{
|
||||
public sealed class ServiceProvider
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user