package
0.0.0-20240910065925-6c5717154ee1
Repository: https://github.com/allcloud-io/clisso.git
Documentation: pkg.go.dev
# Functions
Debug is a wrapper for Logrus Debug.
Debugf is a wrapper for Logrus Debugf.
Debugln is a wrapper for Logrus Debugln.
Error is a wrapper for Logrus Error.
Errorf is a wrapper for Logrus Errorf.
Errorln is a wrapper for Logrus Errorln.
Fatal is a wrapper for Logrus Fatal.
Fatalf is a wrapper for Logrus Fatalf.
Fatalln is a wrapper for Logrus Fatalln.
GetLevel returns the current log level.
Info is a wrapper for Logrus Info.
Infof is a wrapper for Logrus Infof.
Infoln is a wrapper for Logrus Infoln.
Panic is a wrapper for Logrus Panic.
Panicf is a wrapper for Logrus Panicf.
Panicln is a wrapper for Logrus Panicln.
Print is a wrapper for Logrus Print.
Printf is a wrapper for Logrus Printf.
Println is a wrapper for Logrus Println.
SetLevel sets the log level.
No description provided by the author
Trace is a wrapper for Logrus Trace.
Tracef is a wrapper for Logrus Tracef.
Traceln is a wrapper for Logrus Traceln.
Warn is a wrapper for Logrus Warn.
Warnf is a wrapper for Logrus Warnf.
Warnln is a wrapper for Logrus Warnln.
WithError is a wrapper for Logrus WithError.
WithField is a wrapper for Logrus WithField.
WithFields is a wrapper for Logrus WithFields.
# Constants
DebugLevel is a wrapper for Logrus DebugLevel.
TraceLevel is a wrapper for Logrus TraceLevel.
# Variables
No description provided by the author