Skip to content

Commit

Permalink
remove enums
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnol-VN committed Jan 29, 2025
1 parent 347c1d2 commit 480256f
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions src/Abstractions/EventSources/EventSourcesEventIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,6 @@ namespace Microsoft.Omex.Extensions.Abstractions.EventSources
/// </remarks>
public enum EventSourcesEventIds
{
/// <summary>
/// Event Id for logging general info message
/// </summary>
LogInfo = 1,

/// <summary>
/// Event Id for logging error message
/// </summary>
LogError = 2,

/// <summary>
/// Event Id for logging warning message
/// </summary>
LogWarning = 3,

/// <summary>
/// Event Id for logging verbose message
/// </summary>
LogVerbose = 4,

/// <summary>
/// Event Id for logging spam message
/// </summary>
LogSpam = 5,

/// <summary>
/// Event Id for logging activities
/// </summary>
Expand All @@ -45,40 +20,5 @@ public enum EventSourcesEventIds
/// Event Id for logging test activities
/// </summary>
LogActivityTestContext = 7,

/// <summary>
/// Event Id for service type registered
/// </summary>
ServiceTypeRegistered = 11,

/// <summary>
/// Event Id for service host initialization failed
/// </summary>
ServiceHostInitializationFailed = 12,

/// <summary>
/// Event Id for actor type registered
/// </summary>
ActorTypeRegistered = 13,

/// <summary>
/// Event Id for actor host initialization failed
/// </summary>
ActorHostInitializationFailed = 14,

/// <summary>
/// Event Id for logging Analytics information
/// </summary>
LogAnalytics = 15,

/// <summary>
/// Event Id for generic host build succeded
/// </summary>
GenericHostBuildSucceeded = 16,

/// <summary>
/// Event Id for generic host build failed
/// </summary>
GenericHostFailed = 17
}
}

0 comments on commit 480256f

Please sign in to comment.