Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2023 Changes in this version + func Debug(a ...interface{}) + func Error(a ...interface{}) + func Info(a ...interface{}) + func IsColorsSupported() bool + func IsStdErrTerminal() bool + func IsStdOutTerminal() bool + func NewLogger(logLevel LevelType, logToWriter io.Writer) *jfrogLogger + func NewLoggerWithFlags(logLevel LevelType, writer io.Writer, logFlags int) *jfrogLogger + func Output(a ...interface{}) + func SetIsTerminalFlagsWithCallback(isTerminal bool) func() + func SetLogger(newLogger Log) + func Warn(a ...interface{}) + type LevelType int + const DEBUG + const ERROR + const INFO + const WARN + type Log interface + Debug func(a ...interface{}) + Error func(a ...interface{}) + Info func(a ...interface{}) + Output func(a ...interface{}) + Warn func(a ...interface{}) + var Logger Log + func GetLogger() Log + type LogFormat string + var Format LogFormat + func (f *LogFormat) Path(message string) string + func (f *LogFormat) URL(message string) string