Class HelperRecordBase
Main base record for most helpers which don't use Dependency Injection.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract record HelperRecordBase : IHasLog, IEquatable<HelperRecordBase>
- Inheritance
-
objectHelperRecordBase
- Implements
Remarks
These are mainly records that are SoC helpers which cover one single aspect used in another service. They are not meant for DI, so the parent logger should be included in the initial call.