Trace logger calls were adde in limit curve calculator
This commit is contained in:
13
StructureHelperCommon/Models/Loggers/ILogger.cs
Normal file
13
StructureHelperCommon/Models/Loggers/ILogger.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Models.Loggers
|
||||
{
|
||||
public interface ILogger
|
||||
{
|
||||
void Fatal(string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user