Trace logging for sorce of cracking was added

This commit is contained in:
Evgeny Redikultsev
2024-02-01 23:01:50 +05:00
parent 79ef8c5304
commit 783d5e0591
16 changed files with 212 additions and 59 deletions

View File

@@ -41,7 +41,7 @@ namespace StructureHelperCommon.Models
{
var newLogger = new ShiftTraceLogger(Logger)
{
ShiftPriority = shiftPriority
ShiftPriority = ShiftPriority + shiftPriority
};
return newLogger;
}