ErrorRecordExtensions.ToTable method (1 of 2)
Formats the specified ErrorRecordWrapper
as a table string.
public static string ToTable(this ErrorRecordWrapper errorRecord)
parameter | description |
---|---|
errorRecord | The error record to format. |
Return Value
A string representation of the error record as a table.
See Also
- class ErrorRecordWrapper
- class ErrorRecordExtensions
- namespace Kestrun.Logging.Enrichers.Extensions
ErrorRecordExtensions.ToTable method (2 of 2)
Formats the specified InvocationInfoWrapper
as a table string.
public static string ToTable(this InvocationInfoWrapper invocationInfo)
parameter | description |
---|---|
invocationInfo | The invocation info to format. |
Return Value
A string representation of the invocation info as a table.
See Also
- class InvocationInfoWrapper
- class ErrorRecordExtensions
- namespace Kestrun.Logging.Enrichers.Extensions