Skip to main content

Class TypeLogInfo

Log73.ILogInfo for the logged object's type.

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

Properties

Style

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

Fields

FullName

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

View Source
Declaration
public bool FullName

Methods

GetValue(LogInfoContext)

View Source
Declaration
public string GetValue(LogInfoContext context)
Returns

System.String

Parameters
TypeName
Log73.LogInfoContextcontext

Implements

Extension Methods