ErrorRecordEnricher constructor (1 of 2)
Initializes a new instance of the ErrorRecordEnricher
class.
public ErrorRecordEnricher()
See Also
- class ErrorRecordEnricher
- namespace Kestrun.Logging.Enrichers
ErrorRecordEnricher constructor (2 of 2)
Initializes a new instance of the ErrorRecordEnricher
class with the option to destructure objects.
public ErrorRecordEnricher(bool destructureObjects)
parameter | description |
---|---|
destructureObjects | Indicates whether objects should be destructured when enriching log events. |
See Also
- class ErrorRecordEnricher
- namespace Kestrun.Logging.Enrichers