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
| Type | Name | Description |
|---|---|---|
| Log73.LogInfoContext | context | The context. |
Implements
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)