Registry / logging / azure-go-autorest-logger

azure-go-autorest-logger

JSON →
librarygogounverified

Package logger provides logging functionality for the Azure Go Autorest SDK.

go get github.com/Azure/go-autorest/logger
INSTALL
IMPORT
SIG · AZURE-GO-AUTOREST-
A
azure-go-autorest-logger
logginggo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

logger
github.com/Azure/go-autorest/logger

Sets a custom log function and writes a log line.

package main import ( "github.com/Azure/go-autorest/logger" ) func main() { logger.Instance = logger.LogFunc(func(msg string) { println(msg) }) logger.Instance.WriteLine("Hello, Azure!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
2
Amazon
1
Resources
azure-go-autorest-logger — go get azure-go-autorest-logger · libregistry