package
Version:
v0.79.0
Opens a new window with list of versions in this module.
Published: Nov 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 233
Opens a new window with list of known importers.
Documentation
¶
Package log provides a logging interface to send logs from plugins to Grafana server.
DefaultLogger is the default logger.
type Logger interface {
Debug(msg string, args ...interface{})
Info(msg string, args ...interface{})
Warn(msg string, args ...interface{})
Error(msg string, args ...interface{})
}
Logger is the main Logger interface.
New creates a new logger.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.