# Functions
NewStandardLogger returns a standard logger with level set to Warn.
ParseLogLevel parses the given string as a LogLevel.
PkgFuncName returns the package and function name recorded in the callers frame skip number steps up the stack.
# Structs
DiscardLogger discards everything written.
StandardLogger uses the standard logger from Golang's log package.
# Interfaces
Logger used by the SDK.
# Type aliases
LogLevel specifies the severity of a log entry.