Logary.Targets.SumoLogic


TemplateHandlingConf

Namespace: Logary.Targets

Determines how the target will handle message templates

Union Cases

Union CaseDescription
ExpandTemplates
Signature:

Attempts to expand all messages as templates. The raw message is encoded as the template while the expanded message is encoded as message

IgnoreTemplates
Signature:

Does not expand any message templates and encodes the raw message as message

Fork me on GitHub