Skip to main content

Class EventIdLogInfo

Provides the Name in a Microsoft.Extensions.Logging.EventId. Accepts Log73.Extensions.Logging.LoggerLogInfoContext.

Assembly: Log73.Extensions.Logging.dll
View Source
Declaration
public class EventIdLogInfo : ILogInfo

Properties

Style

The style to apply to the string returned by Log73.Extensions.Logging.EventIdLogInfo.GetValue(Log73.LogInfoContext) and the brackets.

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

Methods

GetValue(LogInfoContext)

Get the string for the LogInfo.

View Source
Declaration
public string GetValue(LogInfoContext context)
Returns

System.String:

Parameters
TypeNameDescription
Log73.LogInfoContextcontextThe context.

Implements

Extension Methods