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
- func SetListener(lst func(Event, string))
- func Should(cls log.Event) bool
- func Write(cls log.Event, msg string)
- func Writef(cls log.Event, format string, a ...interface{})
- type Event
Constants ¶
const ( EventRequest = azlog.EventRequest EventResponse = azlog.EventResponse EventRetryPolicy = azlog.EventRetryPolicy EventLRO = azlog.EventLRO )
Functions ¶
func SetListener ¶
func Should ¶
func Write ¶
func Writef ¶
Types ¶
type Event ¶
Source Files ¶
- Version
- v1.1.2
- Published
- Aug 9, 2022
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 37 minutes ago –
Tools for package owners.