<PackageReference Include="Relativity.Logging.Interfaces" Version="3000.1.2" />

Extention

public static class Extention
Static object which allows the extension of ILog.
public static ILog Mark(this ILog logger, string memberName = null, int lineNumber = 0)

Marks the given logger with properties indicating line number and caller name.