package
0.27.2
Repository: https://github.com/stashapp/stash.git
Documentation: pkg.go.dev

# Functions

Debug calls Debug with the Logger registered using RegisterLogger.
Debugf calls Debugf with the Logger registered using RegisterLogger.
DebugFunc calls DebugFunc with the Logger registered using RegisterLogger.
Error calls Error with the Logger registered using RegisterLogger.
Errorf calls Errorf with the Logger registered using RegisterLogger.
ErrorFunc calls ErrorFunc with the Logger registered using RegisterLogger.
Fatal calls Fatal with the Logger registered using RegisterLogger.
Fatalf calls Fatalf with the Logger registered using RegisterLogger.
Info calls Info with the Logger registered using RegisterLogger.
Infof calls Infof with the Logger registered using RegisterLogger.
InfoFunc calls InfoFunc with the Logger registered using RegisterLogger.
PluginLogLevelFromName returns the PluginLogLevel that matches the provided name or nil if the name does not match a valid value.
Progressf calls Progressf with the Logger registered using RegisterLogger.
Trace calls Trace with the Logger registered using RegisterLogger.
Tracef calls Tracef with the Logger registered using RegisterLogger.
TraceFunc calls TraceFunc with the Logger registered using RegisterLogger.
Warn calls Warn with the Logger registered using RegisterLogger.
Warnf calls Warnf with the Logger registered using RegisterLogger.
WarnFunc calls WarnFunc with the Logger registered using RegisterLogger.

# Variables

Valid Level values.
Valid Level values.
Valid Level values.
Logger is the LoggerImpl used when calling the global Logger functions.
Valid Level values.
Valid Level values.
Valid Level values.
Valid Level values.

# Structs

BasicLogger logs all messages to stdout.
PluginLogger interprets incoming log messages from plugins and logs to the appropriate log level.
PluginLogLevel represents a logging level for plugins to send log messages to stash.

# Interfaces

LoggerImpl is the interface that groups logging methods.