# Functions
ValidateDecoratedOutput is a testing tool that validates whether a bytes buffer decorated by a logcontext v2 decorator contains the values we expect it to.
# Constants
number of bytes expected to be needed for the average log message.
LogMessageFieldName is the name of the log message field in New Relic logging JSON.
LogSeverityFieldName is the name of the log level field in New Relic logging JSON.
LogSeverityUnknown is the value the log severity should be set to if no log severity is known.
LogSpanIDFieldName is the name of the span ID field in the New Relic logging JSON.
LogTimestampFieldName is the name of the timestamp field in New Relic logging JSON.
LogTraceIDFieldName is the name of the trace ID field in the New Relic logging JSON.
# Structs
DecorationExpect defines the expected values a log decorated by a logcontext v2 decorator should have.