package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Mar 6, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Debug(v ...interface{})
Debug writes log message with defaultLogger.Debug level
func Error(v ...interface{})
Error writes log message with defaultLogger.Error level
func Info(v ...interface{})
Info writes log message with defaultLogger.Info level
func SetLogLevel(level Level)
SetLogLevel configures the min log level for autoprofile defaultLogger
func Warn(v ...interface{})
Warn writes log message with defaultLogger.Warn level
Level is the log level
const (
ErrorLevel Level = iota
WarnLevel
InfoLevel
DebugLevel
)
Valid log levels compatible with github.com/instana/go-sensor log level values
Source Files
¶
Click to show internal directories.
Click to hide internal directories.