logging.go
 1//go:build go1.18
 2// +build go1.18
 3
 4// Copyright (c) Microsoft Corporation. All rights reserved.
 5// Licensed under the MIT License.
 6
 7package azidentity
 8
 9import "github.com/Azure/azure-sdk-for-go/sdk/internal/log"
10
11// EventAuthentication entries contain information about authentication.
12// This includes information like the names of environment variables
13// used when obtaining credentials and the type of credential used.
14const EventAuthentication log.Event = "Authentication"