Skip to main content

Class CallingMethodLogInfo

Log73.ILogInfo for the name of the calling method.

Assembly: Log73.dll
View Source
Declaration
public class CallingMethodLogInfo : ILogInfo

Properties

Style

View Source
Declaration
public Log73Style Style { get; set; }

Fields

FullName

For example: If true, returns "Log73.TypeLogInfo.GetValue". If false, returns "GetValue"

View Source
Declaration
public bool FullName

UnableToGet

View Source
Declaration
public string UnableToGet

Methods

GetValue(LogInfoContext)

View Source
Declaration
public string GetValue(LogInfoContext context)
Returns

System.String

Parameters
TypeName
Log73.LogInfoContextcontext

GetCallerFrame()

The method used to get the caller System.Diagnostics.StackFrame in the Log73.CallingMethodLogInfo, Log73.CallingClassLogInfo and Log73.CallingModuleLogInfo Log73.ILogInfos.

View Source
Declaration
public static StackFrame GetCallerFrame()
Returns

System.Diagnostics.StackFrame

Implements

Extension Methods