Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger *logrus.Logger
Functions ¶
This section is empty.
Types ¶
type AdaptoLoggerType ¶ added in v1.0.24
type AdaptoLoggerType struct {
// contains filtered or unexported fields
}
var AdaptoLogger *AdaptoLoggerType
func (*AdaptoLoggerType) Debug ¶ added in v1.0.24
func (l *AdaptoLoggerType) Debug(msg string, args ...interface{})
Debug logs a debug message
func (*AdaptoLoggerType) Error ¶ added in v1.0.24
func (l *AdaptoLoggerType) Error(msg string, args ...interface{})
Error logs an error message
func (*AdaptoLoggerType) Info ¶ added in v1.0.24
func (l *AdaptoLoggerType) Info(msg string, args ...interface{})
Info logs an informational message
Click to show internal directories.
Click to hide internal directories.