package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Oct 20, 2014
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Fatal(v ...interface{})
func Fatalf(format string, v ...interface{})
func Initialize(debug bool)
func Panicf(format string, v ...interface{})
func Panicln(v ...interface{})
func Print(v ...interface{})
func Printf(format string, v ...interface{})
func Println(v ...interface{})
type Log interface {
Print(v ...interface{})
Printf(format string, v ...interface{})
Println(v ...interface{})
Fatal(v ...interface{})
Fatalf(format string, v ...interface{})
Panicf(format string, v ...interface{})
Panicln(v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.