Method ConstructLogMessage
ConstructLogMessage(string?)
Adds additional information to the log messages.
protected virtual string ConstructLogMessage(string? msg)
Parameters
msg
stringLog message.
Returns
Remarks
By default adds unique integer identifier to the beginning of the msg
.