Skip to content

Pact Logging LoggingExtensions FullMethodName(object string)

welshronaldo edited this page May 30, 2022 · 6 revisions

LoggingExtensions.FullMethodName(object, string) Method

Helper to get the fully qualified calling method name

public static string FullMethodName(this object obj, string memberName="");

Parameters

obj System.Object

memberName System.String

Returns

System.String

Clone this wiki locally