Add project files.
This commit is contained in:
20
Core.Blueprint.Logging/Adapters/ServiceSettings.cs
Normal file
20
Core.Blueprint.Logging/Adapters/ServiceSettings.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// ***********************************************************************
|
||||
// <copyright file="ServiceSettings.cs">
|
||||
// Heath
|
||||
// </copyright>
|
||||
// ***********************************************************************
|
||||
|
||||
namespace Core.Blueprint.Logging
|
||||
{
|
||||
/// <summary>
|
||||
/// The service settings.
|
||||
/// </summary>
|
||||
public class ServiceSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the service identifier.
|
||||
/// </summary>
|
||||
public string? ApplicationName { get; set; }
|
||||
public string? LayerName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user