package log
import "github.com/google/martian/log"
Package log provides a universal logger for martian packages.
Index ¶
- func Debugf(format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Infof(format string, args ...interface{})
Functions ¶
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf logs a debug message.
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf logs an error message.
func Infof ¶
func Infof(format string, args ...interface{})
Infof logs an info message.
Source Files ¶
- Version
- v2.0.0-beta.2+incompatible
- Published
- Aug 24, 2015
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 6 minutes ago –
Tools for package owners.