Class EventIdLogInfo
Provides the Name in a
Inheritance
System.Object
EventIdLogInfo
Implements
Namespace: Log73.Extensions.Logging
Assembly: Log73.Extensions.Logging.dll
Syntax
public class EventIdLogInfo : object, ILogInfo
Properties
| Improve this Doc View SourceStyle
The style to apply to the string returned by GetValue(LogInfoContext) and the brackets.
Declaration
public ConsoleStyleOption Style { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsoleStyleOption |
Methods
| Improve this Doc View SourceGetValue(LogInfoContext)
Get the string for the LogInfo.
Declaration
public string GetValue(LogInfoContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| LogInfoContext | context | The context. |
Returns
| Type | Description |
|---|---|
| System.String |