Closed quinchs closed 2 years ago
This PR makes the GetLogString virtual by adding a default of CommandName: ParameterName as the default log.
GetLogString
CommandName: ParameterName
Adding additional methods a developer has to implement isn't always the solution, I don't see why it has to be abstract.
@Cenngo Gonna wait for your review
ngl, im happy to see this change.
Summary
This PR makes the
GetLogString
virtual by adding a default ofCommandName: ParameterName
as the default log.Motivation
Adding additional methods a developer has to implement isn't always the solution, I don't see why it has to be abstract.