//go:build go1.18 // +build go1.18 // Copyright 2017 Microsoft Corporation. All rights reserved. // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. // Package log contains functionality for configuring logging behavior. // Default logging to stderr can be enabled by setting environment variable AZURE_SDK_GO_LOGGING to "all". package log