property for log info
This commit is contained in:
parent
4b53686b92
commit
5a0adfc2b3
@ -70,6 +70,8 @@ public struct SourceLoc
|
||||
|
||||
public string ToLogString() => $"{_dbgFile}.{_dbgName}";
|
||||
|
||||
public string Log => ToLogString();
|
||||
|
||||
static public SourceLoc Record(
|
||||
string reason = "",
|
||||
[CallerMemberName] string dbgName = "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user