# Packages
No description provided by the author
# Functions
JSONHandler creates a wrapped Slog JSONHandler, enabling it to both automatically capture logs and to enrich logs locally depending on your logs in context configuration in your New Relic application.
New creates a new NewRelicWriter Object output is the io.Writer destination that you want your log to be written to app must be a vaild, non nil new relic Application.
TextHandler creates a wrapped Slog TextHandler, enabling it to both automatically capture logs and to enrich logs locally depending on your logs in context configuration in your New Relic application.
WithTransaction creates a new Slog Logger object to be used for logging within a given transaction it its found in a context.
WithTransaction creates a new Slog Logger object to be used for logging within a given transaction.
WithTransactionFromContext creates a wrapped NRHandler, enabling it to automatically reference New Relic transaction from context.
WrapHandler returns a new handler that is wrapped with New Relic tools to capture log data based on your application's logs in context settings.
# Structs
LogWriter is an io.Writer that captures log data for use with New Relic Logs in Context.
NRHandler is an Slog handler that includes logic to implement New Relic Logs in Context.
NRHandler is an Slog handler that includes logic to implement New Relic Logs in Context.