# Functions
SetEvents is used to control which events are written to the log.
SetListener will set the Logger to write to the specified Listener.
# Constants
EventLRO entries contain information specific to long-running operations.
EventRequest entries contain information about HTTP requests.
EventResponse entries contain information about HTTP responses.
EventResponseError entries contain information about HTTP responses that returned an *azcore.ResponseError (i.e.
EventRetryPolicy entries contain information specific to the retry policy in use.
# Type aliases
Event is used to group entries.