<PackageReference Include="Relativity.Server.Logging.Interfaces.SDK" Version="5000.1.1" />

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.