Categorygithub.com/Azure/go-autorest/logger
modulepackage
0.2.2
Repository: https://github.com/azure/go-autorest.git
Documentation: pkg.go.dev

# Functions

Level returns the value specified in AZURE_GO_SDK_LOG_LEVEL.
ParseLevel converts the specified string into the corresponding LevelType.

# Constants

LogAuth is a special case of LogDebug, it tells a logger to also log the body of an authentication request and response.
LogDebug tells a logger to log all LogDebug, LogInfo, LogWarning, LogError, LogPanic and LogFatal entries passed to it.
LogError tells a logger to log all LogError, LogPanic and LogFatal entries passed to it.
LogFatal tells a logger to log all LogFatal entries passed to it.
LogInfo tells a logger to log all LogInfo, LogWarning, LogError, LogPanic and LogFatal entries passed to it.
LogNone tells a logger not to log any entries passed to it.
LogPanic tells a logger to log all LogPanic and LogFatal entries passed to it.
LogWarning tells a logger to log all LogWarning, LogError, LogPanic and LogFatal entries passed to it.

# Variables

Instance is the default log writer initialized during package init.

# Structs

Filter defines functions for filtering HTTP request/response content.

# Interfaces

Writer defines methods for writing to a logging facility.

# Type aliases

LevelType tells a logger the minimum level to log.