
The highest tagged major version is
v7.
package
Version:
v1.5.12
Opens a new window with list of versions in this module.
Published: Nov 19, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package log implements logging functions that log errors to stderr and debug
messages to stdout
func Debug(arg interface{})
Debug logs to stdout
func Debugf(message string, args ...interface{})
Debugf logs to stdout
func Error(arg interface{})
Error logs to stderr
func Errorf(message string, args ...interface{})
Errorf logs to stderr
func Fatal(arg interface{})
Fatal logs to stderr and then exits with status 1
func Fatalf(message string, args ...interface{})
Fatalf logs to stderr and then exits with status 1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.