package log

import "github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log"

This is an internal helper package to combine the complete logging APIs.

Index

Constants

const (
	EventRequest     = azlog.EventRequest
	EventResponse    = azlog.EventResponse
	EventRetryPolicy = azlog.EventRetryPolicy
	EventLRO         = azlog.EventLRO
)

Functions

func SetListener

func SetListener(lst func(Event, string))

func Should

func Should(cls log.Event) bool

func Write

func Write(cls log.Event, msg string)

func Writef

func Writef(cls log.Event, format string, a ...interface{})

Types

type Event

type Event = log.Event

Source Files

log.go

Version
v1.7.2
Published
Sep 6, 2023
Platform
linux/amd64
Imports
2 packages
Last checked
29 minutes ago

Tools for package owners.