logging
This commit is contained in:
parent
ee19be74d9
commit
3884ce824a
@ -248,6 +248,7 @@ public class Person
|
||||
if (!Directory.Exists(checkDirectory))
|
||||
_ = Directory.CreateDirectory(checkDirectory);
|
||||
_ = IPath.WriteAllText(Path.Combine(checkDirectory, $"{personKeyFormatted}.json"), json, updateDateWhenMatches: false, compareBeforeWrite: true);
|
||||
log.Information($"Person saved ({personName.First.Value} {personName.Last.Value})");
|
||||
}
|
||||
log.Information(". . .");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user